diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog index 99ab13d25..bf3633c1c 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 ff8805943..51c3a5aab 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