summaryrefslogtreecommitdiffstats
path: root/Makefile.shared
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-17 13:44:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-17 13:44:09 +0000
commite7bec84376b382e5d2740af35e729cfbcf0b07c7 (patch)
tree3dee9f21ecd51cca53ea4f5885d54b6f33f69535 /Makefile.shared
parent2009-09-17 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadada-examples-e7bec84376b382e5d2740af35e729cfbcf0b07c7.tar.bz2
2009-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.shared, hello_via_task/.cvsignore: Update or add .cvsignore. * empty/.cvsignore, exception_test2/.cvsignore, exception_test3/.cvsignore: New files.
Diffstat (limited to 'Makefile.shared')
-rw-r--r--Makefile.shared2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.shared b/Makefile.shared
index d080b1f..5cf8f9b 100644
--- a/Makefile.shared
+++ b/Makefile.shared
@@ -49,7 +49,7 @@ joel:
$(CC) -mcpu=403 -print-multi-directory
$(PROGRAM).exe: rtems_init.o $(FILESYSTEM_OBJS) $(EXTRA_OBJS)
- $(AS:as=gnatmake) -g -v $(EXTRA_GNATFLAGS) \
+ $(AS:as=gnatmake) $(RTS) -g -v $(EXTRA_GNATFLAGS) \
-I$(RTEMS_MAKEFILE_PATH)/lib/include/adainclude \
-O -gnata -gnatE -gnato -g $(PROGRAM) -o $(@) \
-bargs -Mgnat_main \