forked from Imagelibrary/rtems
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.
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user