From 7ca4612da358d9f7e5e5dd6581d17df6a4827d14 Mon Sep 17 00:00:00 2001 From: Jonathan Larmour Date: Wed, 22 Aug 2001 00:22:58 +0000 Subject: * mips/Makefile.in (jmr3904-io.o): Remove bogus use of `-mips3.' --- libgloss/ChangeLog | 4 ++++ libgloss/mips/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'libgloss') diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog index 99ab13d..bf3633c 100644 --- a/libgloss/ChangeLog +++ b/libgloss/ChangeLog @@ -1,3 +1,7 @@ +2001-08-22 Jonathan Larmour + + * mips/Makefile.in (jmr3904-io.o): Remove bogus use of `-mips3.' + 2001-07-18 Jeff Johnston * hp74x/configure: Regenerated with current autoconf. diff --git a/libgloss/mips/Makefile.in b/libgloss/mips/Makefile.in index ff88059..51c3a5a 100644 --- a/libgloss/mips/Makefile.in +++ b/libgloss/mips/Makefile.in @@ -212,7 +212,7 @@ vr5xxx.o: ${srcdir}/vr5xxx.S $(CC) -c $(CFLAGS_FOR_TARGET) $(CFLAGS) ${srcdir}/vr5xxx.S lsipmon.o: $(srcdir)/lsipmon.S $(srcdir)/pmon.S jmr3904-io.o: ${srcdir}/jmr3904-io.c - $(CC) -c $(CFLAGS_FOR_TARGET) $(CFLAGS) -mips3 ${srcdir}/jmr3904-io.c -o $@ + $(CC) -c $(CFLAGS_FOR_TARGET) $(CFLAGS) ${srcdir}/jmr3904-io.c -o $@ # cma101 can not be compiled mips16, if a mips16 version is needed then # it will have to be built, then this rule can be scrapped, allowing -- cgit v1.1