summaryrefslogtreecommitdiffstats
path: root/make/custom/pc386.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-06-29 17:52:43 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-06-29 17:52:43 +0000
commit4f0fc115d93ffe2080a8ebe7b567222202bcd972 (patch)
treed361a5272597e5a8bac2a50845b30c7b740848d8 /make/custom/pc386.cfg
parentChanged prototype for console_write_support to eliminate a warning. (diff)
downloadrtems-4f0fc115d93ffe2080a8ebe7b567222202bcd972.tar.bz2
Correction from Aleksey Romanov <qqi@world.std.com> to finish off his patch.
I had trouble merging his original patch and this corrected a reject.
Diffstat (limited to '')
-rw-r--r--make/custom/pc386.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/custom/pc386.cfg b/make/custom/pc386.cfg
index 3aad174d6c..48ed118efe 100644
--- a/make/custom/pc386.cfg
+++ b/make/custom/pc386.cfg
@@ -89,6 +89,7 @@ endef
else
define make-exe
$(CC) $(CFLAGS) $(CFLAGS_LD) -Wl,-Ttext,$(RELOCADDR) \
+ -Wl,--oformat,elf32-i386 -o $(basename $@).obj \
-o $(basename $@).obj \
$(LINK_OBJS) $(LINK_LIBS)
$(OBJCOPY) -O a.out-i386 \