summaryrefslogtreecommitdiffstats
path: root/stack_check/Makefile
blob: f6e6d12631f18b58cacbfbbd30cd8fce96fa2994 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
#  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