Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Larmour <jifl@eCosCentric.com>2001-08-22 04:22:58 +0400
committerJonathan Larmour <jifl@eCosCentric.com>2001-08-22 04:22:58 +0400
commit7ca4612da358d9f7e5e5dd6581d17df6a4827d14 (patch)
treeca45d37bdc269a419642de3882175e13daa5c0ba /libgloss/mips
parente82676644599cafc60778bf27c3c90df1cdf867c (diff)
* mips/Makefile.in (jmr3904-io.o): Remove bogus use of `-mips3.'
Diffstat (limited to 'libgloss/mips')
-rw-r--r--libgloss/mips/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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