2002-08-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* custom/vegaplus.cfg: Fix bogus and corrupted make-exe.
This commit is contained in:
Ralf Corsepius
2002-08-07 06:13:46 +00:00
parent 2157107670
commit 45afe48ace
2 changed files with 5 additions and 3 deletions

View File

@@ -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,

View File

@@ -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 \