diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2006-10-10 18:27:56 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2006-10-10 18:27:56 +0000 |
commit | d146860762351dafe68519e6e6209fc222c26284 (patch) | |
tree | 4be63bae10800601475ebab81ba985e1726b24d0 /libgloss/mips | |
parent | 74e2b21eac855ac959ac94cdfb493dc2097ac9b9 (diff) | |
download | newlib-d146860762351dafe68519e6e6209fc222c26284.zip newlib-d146860762351dafe68519e6e6209fc222c26284.tar.gz newlib-d146860762351dafe68519e6e6209fc222c26284.tar.bz2 |
2006-10-10 Thiemo Seufer <ths@mips.com>
* mips/Makefile.in: Add INCLUDES to local compile rules.
Diffstat (limited to 'libgloss/mips')
-rw-r--r-- | libgloss/mips/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgloss/mips/Makefile.in b/libgloss/mips/Makefile.in index 229a0eb..2042e48 100644 --- a/libgloss/mips/Makefile.in +++ b/libgloss/mips/Makefile.in @@ -241,11 +241,11 @@ cfe_mem.o: ${srcdir}/cfe_mem.c ${srcdir}/cfe_api.h # it will have to be built, then this rule can be scrapped, allowing # the implicit rule to run. cma101.o: ${srcdir}/cma101.c - $(CC) -c $(CFLAGS_FOR_TARGET) $(CFLAGS) -mno-mips16 ${srcdir}/cma101.c + $(CC) -c $(CFLAGS_FOR_TARGET) -O2 $(INCLUDES) $(CFLAGS) -mno-mips16 ${srcdir}/cma101.c # cygmon can not be compiled as mips16 since it uses the syscall instruction cygmon.o: ${srcdir}/cygmon.c - $(CC) -c $(CFLAGS_FOR_TARGET) $(CFLAGS) -mno-mips16 ${srcdir}/cygmon.c + $(CC) -c $(CFLAGS_FOR_TARGET) -O2 $(INCLUDES) $(CFLAGS) -mno-mips16 ${srcdir}/cygmon.c syscalls.o: ${srcdir}/syscalls.c |