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.
This commit is contained in:
Joel Sherrill
2000-11-15 21:48:40 +00:00
parent 1abb56be5a
commit 8c47d5098c
2 changed files with 5 additions and 13 deletions

View File

@@ -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" >>$@