summaryrefslogtreecommitdiffstats
path: root/make/custom/simhppa.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/simhppa.cfg')
-rw-r--r--make/custom/simhppa.cfg13
1 files changed, 0 insertions, 13 deletions
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'