summaryrefslogblamecommitdiffstats
path: root/stack_check/Makefile
blob: feb5aacdd56aaff061351c4e55ef1ff6dd8601f2 (plain) (tree)


















                                                           
#
#  Makefile for Ada Dump URL example
#
#  See README.Makefiles in the main ada-examples directory.
#

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