OSDN Git Service

2006-10-10 Thiemo Seufer <ths@mips.com>
authorjjohnstn <jjohnstn>
Tue, 10 Oct 2006 18:27:55 +0000 (18:27 +0000)
committerjjohnstn <jjohnstn>
Tue, 10 Oct 2006 18:27:55 +0000 (18:27 +0000)
        * mips/Makefile.in: Add INCLUDES to local compile rules.

libgloss/ChangeLog
libgloss/mips/Makefile.in

index a55b354..dd7cf9d 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 229a0eb..2042e48 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