summaryrefslogtreecommitdiffstats
path: root/make/custom/leon2.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-12-18 14:11:02 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-12-18 14:11:02 +0000
commitc2b12f2461beeadd67fcc6f8c28fbe0397f5cc0f (patch)
treeb9270a39936c61e9b9daa133aae5b90eea91eb5a /make/custom/leon2.cfg
parent2001-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-c2b12f2461beeadd67fcc6f8c28fbe0397f5cc0f.tar.bz2
2001-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/armulator.cfg: Remove make-target-options. * custom/erc32.cfg: Remove CONSOLE_USE_INTERRUPTS, SIMSPARC_FAST_IDLE (now in erc32/configure.ac). * custom/leon2.cfg: Remove CONSOLE_USE_INTERRUPTS, SIMSPARC_FAST_IDLE (now in leon2/configure.ac). Remove CONSOLE_USE_POLLED (Unused). * custom/mvme167.cfg: Remove CD2401_INT_LEVEL, CD2401_IO_MODE, CD2401_USE_TERMIOS (now in mvme167/configure.ac). * custom/mvme162.cfg: Remove references to mvme162lx. Abandon gcc272. Remove make-target-options. * custom/mvme162lx.cfg: Add portions formerly in mvme162.cfg.
Diffstat (limited to 'make/custom/leon2.cfg')
-rw-r--r--make/custom/leon2.cfg17
1 files changed, 0 insertions, 17 deletions
diff --git a/make/custom/leon2.cfg b/make/custom/leon2.cfg
index c88f4de632..4493bea5c4 100644
--- a/make/custom/leon2.cfg
+++ b/make/custom/leon2.cfg
@@ -36,20 +36,6 @@ CFLAGS_OPTIMIZE_V=-O4
# NO_TABLE_MOVE (SPARC PORT)
# do not have a second trap table -- use the BSP's
#
-# CONSOLE_USE_POLLED (leon_bsp)
-# CONSOLE_USE_INTERRUPTS (leon_bsp)
-# The erc32 console driver can operate in either polled or interrupt mode.
-# Under the simulator (especially when FAST_UART is defined), polled seems
-# to operate better. It is common for a task to print a line (like the
-# end of test message) and then exit. In this case, the program returns
-# control to the simulator command line before the program has even queued
-# the output to the uart. Thus sis has no chance of getting the data out.
-#
-# SIMSPARC_FAST_IDLE (leon_bsp)
-# If defined, speed up the clock ticks while the idle task is running so
-# time spent in the idle task is minimized. This significantly reduces
-# the wall time required to execute the RTEMS test suites.
-#
# CPU_U32_FIX (all)
# Needed to align received TCP/IP packets since SPARC does not
# support unaligned memory access.
@@ -57,9 +43,6 @@ CFLAGS_OPTIMIZE_V=-O4
define make-target-options
@echo "#define NO_TABLE_MOVE 1" >>$@
- @echo "#define CONSOLE_USE_INTERRUPTS 0" >>$@
- @echo "#define CONSOLE_USE_POLLED !CONSOLE_USE_INTERRUPTS" >>$@
- @echo "/* #define SIMSPARC_FAST_IDLE 1 */" >>$@
@echo "#define CPU_U32_FIX 1" >>$@
endef