source: ada-examples/stack_check/Makefile @ 51f4331

ada-examples-4-10-branch
Last change on this file since 51f4331 was 51f4331, checked in by Joel Sherrill <joel.sherrill@…>, on 09/17/09 at 18:13:38

2009-09-17 Joel Sherrill <joel.sherrill@…>

  • Makefile, check-off.txt, check-on.txt, stack_check.adb: Make follow standard RTEMS test output format. Add output screens where appropriate.
  • stack_check.scn: New file.
  • Property mode set to 100644
File size: 400 bytes
Line 
1#
2#  Makefile for Ada Dump URL example
3#
4#  See README.Makefiles in the main ada-examples directory.
5#
6#  $Id$
7#
8
9PROGRAM=stack_check
10
11include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
12include $(RTEMS_CUSTOM)
13include $(PROJECT_ROOT)/make/leaf.cfg
14
15# stack size for the first Ada thread
16CFLAGS +=-DGNAT_MAIN_STACKSPACE=100
17
18# Turn on stack checking
19EXTRA_GNATFLAGS=-fstack-check
20
21include ../Makefile.shared
Note: See TracBrowser for help on using the repository browser.