summaryrefslogtreecommitdiffstats
path: root/make/custom/ts_386ex.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-14 15:51:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-14 15:51:29 +0000
commiteec76f3c38991a6b5b7ef3d9db77df623a0bc24b (patch)
treed4c77246337c9c40c88e270034e69aa6df02c017 /make/custom/ts_386ex.cfg
parent2001-05-14 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-eec76f3c38991a6b5b7ef3d9db77df623a0bc24b.tar.bz2
2002-05-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/dmv177.cfg: Use -mcpu=603e. * custom/ppcn_60x.cfg: Use -mcpu=603e. * custom/psim.cfg: Use -mcpu=603e. * custom/score603e.cfg: Use -mcpu=603e. * custom/ts_386ex.cfg: Remove obsolete comments. * custom/rxgen960.cfg: Remove obsolete comments. * custom/cvme961.cfg: Remove obsolete comments.
Diffstat (limited to 'make/custom/ts_386ex.cfg')
-rw-r--r--make/custom/ts_386ex.cfg6
1 files changed, 0 insertions, 6 deletions
diff --git a/make/custom/ts_386ex.cfg b/make/custom/ts_386ex.cfg
index c5f23a816d..862d1a7070 100644
--- a/make/custom/ts_386ex.cfg
+++ b/make/custom/ts_386ex.cfg
@@ -23,8 +23,6 @@ CPU_CFLAGS =-msoft-float -mno-fp-ret-in-387
# -fomit-frame-pointer breaks debugging and C++ exceptions
CFLAGS_OPTIMIZE_V= -O4
-# This section makes the target dependent options file.
-
# Something like this should produce a map file but this does not work.
# -Xlinker "-Map $(basename $@).map" $(LINK_OBJS)
@@ -33,10 +31,6 @@ CFLAGS_OPTIMIZE_V= -O4
# though (1.9 Mb for hello) and greatly slows the build process.
# $(OBJDUMP) -x -m i386 -d $(basename $@).coff > $(basename $@).rdmp
-# The following are definitions of make-exe which will work using ld as
-# is currently required. It is expected that as of gcc 2.8, the end user
-# will be able to override parts of the compilers specs and link using gcc.
-
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).elf \
$(LINK_OBJS) $(LINK_LIBS)