summaryrefslogtreecommitdiffstats
path: root/make/custom/HPUX9-posix.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-15 15:10:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-15 15:10:47 +0000
commitb3d3a34edd4943996a3bb167f234bb2495f6230f (patch)
tree72aa2aa68161db84054101e6710f1ca843a7a259 /make/custom/HPUX9-posix.cfg
parentInitial sets of user extensions now have memory allocated on the fly (diff)
downloadrtems-b3d3a34edd4943996a3bb167f234bb2495f6230f.tar.bz2
Stack checker now enabled via initial set of user extensions. This
eliminates the need to build the entire application with the STACK_CHECKER_ON macro defined.
Diffstat (limited to '')
-rw-r--r--make/custom/HPUX9-posix.cfg9
1 files changed, 0 insertions, 9 deletions
diff --git a/make/custom/HPUX9-posix.cfg b/make/custom/HPUX9-posix.cfg
index 415715ba9d..6ea3be15ec 100644
--- a/make/custom/HPUX9-posix.cfg
+++ b/make/custom/HPUX9-posix.cfg
@@ -64,13 +64,6 @@ CFLAGS_OPTIMIZE_V = -O2
# NO_TABLE_MOVE (SPARC PORT)
# do not have a second trap table -- use the BSP's
#
-# STACK_CHECKER_ON (RTEMS support code)
-# If defined, stack bounds checking is enabled.
-#
-# STACK_CHECKER_REPORT_USAGE (RTEMS support code)
-# If this and STACK_CHECKER_ON are defined, then a report on stack usage
-# per task is printed when the program exits.
-#
# RTEMS_DEBUG (RTEMS)
# If defined, debug checks in RTEMS and support library code are enabled.
#
@@ -80,8 +73,6 @@ CFLAGS_OPTIMIZE_V = -O2
define make-target-options
echo "/* #define NDEBUG 1 */ " >>$@
echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
- echo "/* #define STACK_CHECKER_ON 1 */" >>$@
- echo "/* #define STACK_CHECKER_REPORT_USAGE 1 */" >>$@
echo "/* #define RTEMS_DEBUG 1 */" >>$@
echo "#define RTEMS_UNIX 1 " >>$@
endef