From 0f012bdfa1f24ead69edd50f72a5021064b73c88 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 15 Nov 2001 16:52:13 +0000 Subject: 2001-11-15 Ralf Corsepius * custom/simhppa.cfg: Remove SIMHPPA_FAST_IDLE, make-target-options. --- make/ChangeLog | 4 ++++ make/custom/simhppa.cfg | 13 ------------- 2 files changed, 4 insertions(+), 13 deletions(-) (limited to 'make') 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 + + * custom/simhppa.cfg: Remove SIMHPPA_FAST_IDLE, make-target-options. + 2001-11-14 Joel Sherrill * 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' -- cgit v1.2.3