* mips/Makefile.in (jmr3904-io.o): Remove bogus use of `-mips3.'
This commit is contained in:
parent
e826766445
commit
7ca4612da3
|
@ -1,3 +1,7 @@
|
|||
2001-08-22 Jonathan Larmour <jlarmour@redhat.com>
|
||||
|
||||
* mips/Makefile.in (jmr3904-io.o): Remove bogus use of `-mips3.'
|
||||
|
||||
2001-07-18 Jeff Johnston <jjohnstn@redhat.com>
|
||||
|
||||
* hp74x/configure: Regenerated with current autoconf.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue