summaryrefslogtreecommitdiffstats
path: root/hello_world_ada/Makefile.anybsp
diff options
context:
space:
mode:
Diffstat (limited to 'hello_world_ada/Makefile.anybsp')
-rw-r--r--hello_world_ada/Makefile.anybsp3
1 files changed, 2 insertions, 1 deletions
diff --git a/hello_world_ada/Makefile.anybsp b/hello_world_ada/Makefile.anybsp
index 1e97f13..9020f35 100644
--- a/hello_world_ada/Makefile.anybsp
+++ b/hello_world_ada/Makefile.anybsp
@@ -27,7 +27,8 @@ endif
# Tool helpers
rtemsdir=${RTEMS_MAKEFILE_PATH}
GNATMAKE=$(AS:as=gnatmake)
-CARGS=-B${rtemsdir}/lib/ -specs bsp_specs -qrtems $(CPU_CFLAGS)
+CARGS =-B${rtemsdir}/lib/ -specs bsp_specs -qrtems $(CPU_CFLAGS)
+CARGS+=-DGNAT_MAIN_STACKSPACE=100
all: init.o
$(GNATMAKE) -v -O -gnata -gnatE -gnato $(MAIN) -g \