From 2fd08b79e1e25c6b2f9c4a3e571e410995323195 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 18 Sep 2005 14:05:11 +0000 Subject: Remove obsolete vars. --- make/custom/av5282.cfg | 34 ---------------------------------- 1 file changed, 34 deletions(-) (limited to 'make/custom/av5282.cfg') diff --git a/make/custom/av5282.cfg b/make/custom/av5282.cfg index ffa3b7bf57..9aacef758c 100644 --- a/make/custom/av5282.cfg +++ b/make/custom/av5282.cfg @@ -26,40 +26,6 @@ ASFLAGS = -m528x # optimize flag: typically -0, could use -O4 or -fast, -O4 is ok for RTEMS CFLAGS_OPTIMIZE_V= -O4 -fomit-frame-pointer -# This target does NOT support the KA9Q TCP/IP stack so ignore requests -# to enable it. -#HAS_KA9Q=yes - -# Override default start file -#START_BASE=start5206 - -# This section makes the target dependent options file. -# NDEBUG (C library) -# if defined asserts do not generate code. This is commonly used -# as a command line option. -# -# RTEMS_TEST_NO_PAUSE (RTEMS tests) -# do not pause between screens of output in the rtems tests -# -# 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. - -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 */" >>$@ -endef - - ifndef MTARGET MTARGET=ram endif -- cgit v1.2.3