summaryrefslogtreecommitdiffstats
path: root/hello_world_ada
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-02-11 14:41:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-02-11 14:41:47 +0000
commit8c02d47ed9ecde461170ce3a11ffed0dad489c1d (patch)
tree6345d3b577af0e0e60164e11b3c10cfb4767a123 /hello_world_ada
parentChanged version to 19990820. (diff)
downloadada-examples-8c02d47ed9ecde461170ce3a11ffed0dad489c1d.tar.bz2
Changed to reflect 3.12p.
Diffstat (limited to 'hello_world_ada')
-rw-r--r--hello_world_ada/Makefile.erc324
1 files changed, 3 insertions, 1 deletions
diff --git a/hello_world_ada/Makefile.erc32 b/hello_world_ada/Makefile.erc32
index ab09dbb..26230d4 100644
--- a/hello_world_ada/Makefile.erc32
+++ b/hello_world_ada/Makefile.erc32
@@ -7,6 +7,7 @@ MAIN=hello
# Tool paths
target=sparc-rtems
tooldir=/home/joel/gnat-to-test/${target}/
+tooldir=/usr2/tools_install/gnat-3.12p//${target}/
rtemsdir=${tooldir}/erc32
# Tool names
@@ -18,9 +19,10 @@ GDB=${tooldir}/bin/sparc-rtems-gdb
CARGS=-B${rtemsdir}/lib/ -specs bsp_specs -qrtems -mcpu=cypress
+# -bargs -r
all: init.o
$(GNATMAKE) -v -O -gnata -gnatE -gnato $(MAIN) -g \
- -bargs -r \
+ -bargs -Mgnat_main \
-cargs $(CARGS) \
-largs $(CARGS) init.o
$(SIZE) $(MAIN)