# # Makefile for Ada Dump URL example # # See README.Makefiles in the main ada-examples directory. # # $Id$ # PROGRAM=stack_check include $(RTEMS_MAKEFILE_PATH)/Makefile.inc include $(RTEMS_CUSTOM) include $(PROJECT_ROOT)/make/leaf.cfg # stack size for the first Ada thread CFLAGS +=-DGNAT_MAIN_STACKSPACE=100 # Turn on stack checking EXTRA_GNATFLAGS=-fstack-check include ../Makefile.shared