summaryrefslogtreecommitdiffstats
path: root/make/custom/leon2.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-15 21:48:40 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-15 21:48:40 +0000
commit8c47d5098ccdb1e3f266d17840f65f3b04de3f4c (patch)
tree0fa361aa8e108fbfe221f626d14e8727646ca613 /make/custom/leon2.cfg
parent2000-11-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-8c47d5098ccdb1e3f266d17840f65f3b04de3f4c.tar.bz2
2000-11-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/leon2.cfg: Removed defines that are now generated in a non-BSP specific manner.
Diffstat (limited to 'make/custom/leon2.cfg')
-rw-r--r--make/custom/leon2.cfg13
1 files changed, 0 insertions, 13 deletions
diff --git a/make/custom/leon2.cfg b/make/custom/leon2.cfg
index 1d1dcca041..c88f4de632 100644
--- a/make/custom/leon2.cfg
+++ b/make/custom/leon2.cfg
@@ -33,19 +33,9 @@ CFLAGS_OPTIMIZE_V=-O4
# This 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
-#
# NO_TABLE_MOVE (SPARC PORT)
# do not have a second trap table -- use the BSP's
#
-# RTEMS_DEBUG (RTEMS)
-# If defined, debug checks in RTEMS and support library code are enabled.
-#
# CONSOLE_USE_POLLED (leon_bsp)
# CONSOLE_USE_INTERRUPTS (leon_bsp)
# The erc32 console driver can operate in either polled or interrupt mode.
@@ -66,9 +56,6 @@ CFLAGS_OPTIMIZE_V=-O4
#
define make-target-options
- @echo "/* #define NDEBUG 1 */ " >>$@
- @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
- @echo "/* #define RTEMS_DEBUG 1 */" >>$@
@echo "#define NO_TABLE_MOVE 1" >>$@
@echo "#define CONSOLE_USE_INTERRUPTS 0" >>$@
@echo "#define CONSOLE_USE_POLLED !CONSOLE_USE_INTERRUPTS" >>$@