]> sourceware.org Git - newlib-cygwin.git/commitdiff
2006-10-10 Thiemo Seufer <ths@mips.com>
authorJeff Johnston <jjohnstn@redhat.com>
Tue, 10 Oct 2006 18:27:56 +0000 (18:27 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Tue, 10 Oct 2006 18:27:56 +0000 (18:27 +0000)
        * mips/Makefile.in: Add INCLUDES to local compile rules.

libgloss/ChangeLog
libgloss/mips/Makefile.in

index a55b354f6cd0aa40d5ac66c03468c7b222130e09..dd7cf9d3d457794a3d972a4764ef6cab82dee622 100644 (file)
@@ -1,3 +1,7 @@
+2006-10-10  Thiemo Seufer  <ths@mips.com>
+
+       * mips/Makefile.in: Add INCLUDES to local compile rules.
+
 2006-10-06  Jeff Johnston  <jjohnstn@redhat.com>
 
        * Makefile.in: Add CFLAGS_FOR_TARGET and CCASFLAGS to
index 229a0eb1c9a2c7c516972a9f74bdb72afedba493..2042e48ecee22cc370aa3ab13ba800efcbc56acf 100644 (file)
@@ -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
 
This page took 0.036277 seconds and 5 git commands to generate.