From ad0b1f5c6a0ba3acbb05f0d8754f0b2c76fb997e Mon Sep 17 00:00:00 2001 From: Eric Norum Date: Tue, 8 Feb 2005 20:56:20 +0000 Subject: Put -m5200 back in link-edit commands until proper versions of gcc (which take -m528x as an order to load the -m5200 multilib variants) are widely available. --- make/ChangeLog | 6 ++++++ make/custom/uC5282.cfg | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'make') diff --git a/make/ChangeLog b/make/ChangeLog index bb9b85e358..9f6d941fe4 100644 --- a/make/ChangeLog +++ b/make/ChangeLog @@ -1,3 +1,9 @@ +2005-02-08 Eric Norum + + * custom/uC5282.cfg: Put -m5200 back in link-edit commands until + proper versions of gcc (which take -m528x as an order to load the + -m5200 multilib variants) are widely available. + 2005-02-05 Ralf Corsepius * custom/uC5282.cfg: Cleanup. diff --git a/make/custom/uC5282.cfg b/make/custom/uC5282.cfg index a31bf018ba..39dc646205 100644 --- a/make/custom/uC5282.cfg +++ b/make/custom/uC5282.cfg @@ -23,13 +23,13 @@ CFLAGS_OPTIMIZE_V= -O4 -fomit-frame-pointer # will be able to override parts of the compilers specs and link using gcc. define make-exe - $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).nxe \ + $(LINK.c) $(AM_CFLAGS) -m5200 $(AM_LDFLAGS) -o $(basename $@).nxe \ $(LINK_OBJS) $(LINK_LIBS) $(OBJCOPY) -O binary --strip-all $(basename $@).nxe $@ $(SIZE) $(basename $@).nxe endef define make-cxx-exe - $(LINK.cc) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).nxe \ + $(LINK.cc) $(AM_CFLAGS) -m5200 $(AM_LDFLAGS) -o $(basename $@).nxe \ $(LINK_OBJS) $(LINK_LIBS) $(OBJCOPY) -O binary --strip-all $(basename $@).nxe $@ $(SIZE) $(basename $@).nxe -- cgit v1.2.3