cross-gcc-fix.patch 617 B

12345678910111213
  1. diff -Nur gcc-4.4.2.orig/gcc/Makefile.in gcc-4.4.2/gcc/Makefile.in
  2. --- gcc-4.4.2.orig/gcc/Makefile.in 2009-07-25 19:53:35.000000000 +0200
  3. +++ gcc-4.4.2/gcc/Makefile.in 2009-11-22 15:30:27.000000000 +0100
  4. @@ -898,7 +898,8 @@
  5. # Likewise. Put INCLUDES at the beginning: this way, if some autoconf macro
  6. # puts -I options in CPPFLAGS, our include files in the srcdir will always
  7. # win against random include files in /usr/include.
  8. -ALL_CPPFLAGS = $(INCLUDES) $(CPPFLAGS)
  9. +#ALL_CPPFLAGS = $(INCLUDES) $(CPPFLAGS)
  10. +ALL_CPPFLAGS = $(INCLUDES)
  11. # Build and host support libraries.
  12. LIBIBERTY = ../libiberty/libiberty.a