summaryrefslogtreecommitdiffstats
path: root/Makefile.shared
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-17 17:38:42 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-17 17:38:42 +0000
commitdabca92eee2a796c4156d34ae11c043fcde5703c (patch)
treebcc6ed2d1629835d5c6cfbabf5476de33f5f18ff /Makefile.shared
parent2009-09-17 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadada-examples-dabca92eee2a796c4156d34ae11c043fcde5703c.tar.bz2
2009-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.shared, hello_via_task/hello.adb: Make follow standard RTEMS test output format.
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 5cf8f9b..fff4ac6 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) $(RTS) -g -v $(EXTRA_GNATFLAGS) \
+ $(AS:as=gnatmake) $(CPU_CFLAGS) -g -v $(EXTRA_GNATFLAGS) \
-I$(RTEMS_MAKEFILE_PATH)/lib/include/adainclude \
-O -gnata -gnatE -gnato -g $(PROGRAM) -o $(@) \
-bargs -Mgnat_main \