summaryrefslogtreecommitdiffstats
path: root/make/custom/i386ex.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-10 17:36:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-10 17:36:19 +0000
commitc6eba79c2d14e4c48bbe2974c21b65337a7bf80e (patch)
treec2c6c12b3542897b4d863a462dabd45ef343ec92 /make/custom/i386ex.cfg
parentNew. (diff)
downloadrtems-c6eba79c2d14e4c48bbe2974c21b65337a7bf80e.tar.bz2
2007-05-10 Joel Sherrill <joel.sherrill@OARcorp.com>
* custom/gba.cfg, custom/gp32.cfg, custom/i386ex.cfg, custom/pc386.cfg, custom/sim68000.cfg, custom/ts_386ex.cfg: Clean up to use .nxe extension instead of BSP unique ones.
Diffstat (limited to 'make/custom/i386ex.cfg')
-rw-r--r--make/custom/i386ex.cfg6
1 files changed, 0 insertions, 6 deletions
diff --git a/make/custom/i386ex.cfg b/make/custom/i386ex.cfg
index 9dc8de3830..2457ce9447 100644
--- a/make/custom/i386ex.cfg
+++ b/make/custom/i386ex.cfg
@@ -22,12 +22,6 @@ CFLAGS_OPTIMIZE_V = -O2 -g
# Something like this should produce a map file but this does not work.
-# -Xlinker "-Map $(basename $@).map" $(LINK_OBJS)
-#
-# This is a good way to get debug information. The rdmp file is large
-# though (1.9 Mb for hello) and greatly slows the build process.
-# $(OBJDUMP) -x -m i386 -d $(basename $@).elf > $(basename $@).rdmp
-
# The following are definitions of make-exe which will work using ld as
# is currently required.