2001-05-08 Nathan Sidwell * Makefile.in (GCC_FLAGS): Remove `-isystem ./include'. Index: Makefile.in =================================================================== RCS file: /cvs/gcc/egcs/gcc/Makefile.in,v retrieving revision 1.656 diff -c -3 -p -r1.656 Makefile.in *** Makefile.in 2001/05/07 04:30:01 1.656 --- Makefile.in 2001/05/08 15:46:42 *************** INSTALL_ASSERT_H = install-assert-h *** 182,190 **** GCC_FOR_TARGET = ./xgcc -B./ -B$(build_tooldir)/bin/ -isystem $(build_tooldir)/include # This is used instead of ALL_CFLAGS when compiling with GCC_FOR_TARGET. ! # It omits XCFLAGS, and specifies -B./. ! # It also specifies -isystem ./include to find, e.g., stddef.h. ! GCC_CFLAGS=$(INTERNAL_CFLAGS) $(X_CFLAGS) $(T_CFLAGS) $(LOOSE_WARN) -isystem ./include $(TCFLAGS) # Sed command to transform gcc to installed name. Overwritten by configure. program_transform_name = @program_transform_name@ --- 182,191 ---- GCC_FOR_TARGET = ./xgcc -B./ -B$(build_tooldir)/bin/ -isystem $(build_tooldir)/include # This is used instead of ALL_CFLAGS when compiling with GCC_FOR_TARGET. ! # It omits XCFLAGS, and specifies -B./ ! # We do not need to add -isystem ./include, as that is implicitly added ! # because of the -B./ ! GCC_CFLAGS=$(INTERNAL_CFLAGS) $(X_CFLAGS) $(T_CFLAGS) $(LOOSE_WARN) $(TCFLAGS) # Sed command to transform gcc to installed name. Overwritten by configure. program_transform_name = @program_transform_name@