forked from Imagelibrary/rtems
2002-08-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/vegaplus.cfg: Fix bogus and corrupted make-exe.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2002-08-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* custom/vegaplus.cfg: Fix bogus and corrupted make-exe.
|
||||
|
||||
2002-08-06 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* custom/efi332.cfg, custom/gen68340.cfg, custom/gen68360.cfg,
|
||||
|
||||
@@ -30,11 +30,9 @@ CFLAGS_OPTIMIZE_V=
|
||||
CFLAGS_DEBUG_V = -O1
|
||||
#CFLAGS_DEBUG_V = -O1 -mmultiple -mstring -mstrict-align
|
||||
|
||||
|
||||
$(LINK.c) -Wl,-Map,$(basename $@).map \
|
||||
define make-exe
|
||||
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \
|
||||
-v -static -Wl,-Map -Wl,$(basename $@).map -o $(basename $@).obj \
|
||||
-static -Wl,-Map,$(basename $@).map -o $(basename $@).obj \
|
||||
$(LINK_OBJS) $(LINK_LIBS)
|
||||
$(OBJCOPY) -O binary \
|
||||
--only-section=.text \
|
||||
|
||||
Reference in New Issue
Block a user