summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-15 16:52:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-15 16:52:13 +0000
commit0f012bdfa1f24ead69edd50f72a5021064b73c88 (patch)
tree49ac6b287537879ca41426a07fd274b94ea32440 /make
parent2001-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-0f012bdfa1f24ead69edd50f72a5021064b73c88.tar.bz2
2001-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/simhppa.cfg: Remove SIMHPPA_FAST_IDLE, make-target-options.
Diffstat (limited to '')
-rw-r--r--make/ChangeLog4
-rw-r--r--make/custom/simhppa.cfg13
2 files changed, 4 insertions, 13 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index de8424d37c..2385d56ba0 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,4 +1,8 @@
+2001-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * custom/simhppa.cfg: Remove SIMHPPA_FAST_IDLE, make-target-options.
+
2001-11-14 Joel Sherrill <joel@OARcorp.com>
* custom/eth_comm.cfg, custom/mbx860_005b.cfg, custom/mbx8xx.cfg,
diff --git a/make/custom/simhppa.cfg b/make/custom/simhppa.cfg
index e072e840d6..bcbd55aea4 100644
--- a/make/custom/simhppa.cfg
+++ b/make/custom/simhppa.cfg
@@ -33,19 +33,6 @@ CFLAGS_DEFAULT = $(CPU_CFLAGS) -Wall -mgas
# NOTE: some level of -O may be actually required by inline assembler
CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions
-# This makes the target dependent options file.
-
-# SIMHPPA_FAST_IDLE (simhppa)
-# 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.
-#
-
-define make-target-options
- @echo "#define SIMHPPA_FAST_IDLE 1 " >>$@
-endef
-
-#
# GNU ld options
# `-Tbss ORG'
# `-Tdata ORG'