summaryrefslogtreecommitdiffstats
path: root/make/custom/i386ex.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-06-19 14:27:43 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-06-19 14:27:43 +0000
commit206a0b3850f1353d5d270c3651ac6cee3848587a (patch)
treef907c2a1826eaba0f3b9e0e31ce5b7f8123a4407 /make/custom/i386ex.cfg
parent2001-06-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-206a0b3850f1353d5d270c3651ac6cee3848587a.tar.bz2
2001-06-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
custom/Cygwin-posix.cfg: Remove -U__STRICT_ANSI__, make-target-options. custom/FreeBSD-posix.cfg: Remove make-target-options. custom/HPUX9-posix.cfg: Dito. custom/Linux-posix.cfg: Dito. custom/Solaris-posix.cfg: Dito. custom/arm_bare_bsp.cfg: Dito. custom/armulator.cfg: Dito. custom/erc32.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS. custom/i386ex.cfg: Remove make-target-options. custom/i960sim.cfg: Remove make-target-options. custom/mvme2307.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS. custom/rxgen960.cfg: Remove make-target-options, cleanup comments. custom/score603e.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS. custom/vegaplus.cfg: Remove make-target-options.
Diffstat (limited to '')
-rw-r--r--make/custom/i386ex.cfg5
1 files changed, 0 insertions, 5 deletions
diff --git a/make/custom/i386ex.cfg b/make/custom/i386ex.cfg
index 7e7d006a7e..385ce1498e 100644
--- a/make/custom/i386ex.cfg
+++ b/make/custom/i386ex.cfg
@@ -22,11 +22,6 @@ CPU_CFLAGS = -msoft-float
# -fomit-frame-pointer breaks debugging and C++ exceptions
CFLAGS_OPTIMIZE_V=-O4
-# This section makes the target dependent options file.
-
-define make-target-options
-endef
-
# Something like this should produce a map file but this does not work.
# -Xlinker "-Map $(basename $@).map" $(LINK_OBJS)