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/custom/uC5282.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make/custom') 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