summaryrefslogtreecommitdiffstats
path: root/make/custom/ts_386ex.cfg
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-22 13:22:19 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-22 13:22:19 +0000
commit4a305d4d7400fd976813ac350eed3bdba6b4d9b2 (patch)
tree1442bb8ee581add091cdc4acee77cd5b6c439628 /make/custom/ts_386ex.cfg
parentReplace .gxb with .elf. (diff)
downloadrtems-4a305d4d7400fd976813ac350eed3bdba6b4d9b2.tar.bz2
Replace .coff with .elf.
Diffstat (limited to 'make/custom/ts_386ex.cfg')
-rw-r--r--make/custom/ts_386ex.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/ts_386ex.cfg b/make/custom/ts_386ex.cfg
index 862d1a7070..71932c2fd7 100644
--- a/make/custom/ts_386ex.cfg
+++ b/make/custom/ts_386ex.cfg
@@ -29,7 +29,7 @@ CFLAGS_OPTIMIZE_V= -O4
#
# 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 $@).coff > $(basename $@).rdmp
+# $(OBJDUMP) -x -m i386 -d $(basename $@).elf > $(basename $@).rdmp
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).elf \