patches/gcc/3.4.4/602-sdk-libstdc++-includes.patch
changeset 1 eeea35fbf182
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/gcc/3.4.4/602-sdk-libstdc++-includes.patch	Sat Feb 24 11:00:05 2007 +0000
     1.3 @@ -0,0 +1,22 @@
     1.4 +--- gcc-3.4.1/libstdc++-v3/libmath/Makefile.am~	2003-08-27 22:29:42.000000000 +0100
     1.5 ++++ gcc-3.4.1/libstdc++-v3/libmath/Makefile.am	2004-07-22 16:41:45.152130128 +0100
     1.6 +@@ -32,7 +32,7 @@
     1.7 + 
     1.8 + libmath_la_SOURCES = stubs.c
     1.9 + 
    1.10 +-AM_CPPFLAGS = $(CANADIAN_INCLUDES)
    1.11 ++AM_CPPFLAGS = $(CANADIAN_INCLUDES) -I$(toplevel_srcdir)/include
    1.12 + 
    1.13 + # Only compiling "C" sources in this directory.
    1.14 + LIBTOOL = @LIBTOOL@ --tag CC
    1.15 +--- gcc-3.4.1/libstdc++-v3/fragment.am.old	2004-07-22 18:24:58.024083656 +0100
    1.16 ++++ gcc-3.4.1/libstdc++-v3/fragment.am	2004-07-22 18:24:59.019932264 +0100
    1.17 +@@ -18,7 +18,7 @@
    1.18 + 	$(WARN_FLAGS) $(WERROR) -fdiagnostics-show-location=once
    1.19 + 
    1.20 + # -I/-D flags to pass when compiling.
    1.21 +-AM_CPPFLAGS = $(GLIBCXX_INCLUDES)
    1.22 ++AM_CPPFLAGS = $(GLIBCXX_INCLUDES) -I$(toplevel_srcdir)/include
    1.23 + 
    1.24 + 
    1.25 +