source: ada-examples/stack_check/Makefile @ 790d114

ada-examples-4-10-branchada-examples-4-9-branch
Last change on this file since 790d114 was 790d114, checked in by Joel Sherrill <joel.sherrill@…>, on 09/28/07 at 14:31:43

2007-09-28 Joel Sherrill <joel.sherrill@…>

  • .cvsiginore, ChangeLog?, Makefile, README, stack_check.adb: New files.
  • Property mode set to 100644
File size: 390 bytes
Line 
1#
2#  Makefile for Ada Dump URL example
3#
4#  See README.Makefiles in the main ada-examples directory.
5#
6
7PROGRAM=stack_check
8
9include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
10include $(RTEMS_CUSTOM)
11include $(PROJECT_ROOT)/make/leaf.cfg
12
13# stack size for the first Ada thread
14CFLAGS +=-DGNAT_MAIN_STACKSPACE=100
15
16# Turn on stack checking
17EXTRA_GNATFLAGS=-fstack-check
18
19include ../Makefile.shared
Note: See TracBrowser for help on using the repository browser.