From d146860762351dafe68519e6e6209fc222c26284 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Tue, 10 Oct 2006 18:27:56 +0000 Subject: [PATCH] 2006-10-10 Thiemo Seufer * mips/Makefile.in: Add INCLUDES to local compile rules. --- libgloss/ChangeLog | 4 ++++ libgloss/mips/Makefile.in | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog index a55b354f6..dd7cf9d3d 100644 --- a/libgloss/ChangeLog +++ b/libgloss/ChangeLog @@ -1,3 +1,7 @@ +2006-10-10 Thiemo Seufer + + * mips/Makefile.in: Add INCLUDES to local compile rules. + 2006-10-06 Jeff Johnston * Makefile.in: Add CFLAGS_FOR_TARGET and CCASFLAGS to diff --git a/libgloss/mips/Makefile.in b/libgloss/mips/Makefile.in index 229a0eb1c..2042e48ec 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