Fix warnings
[openwrt.git] / toolchain / gcc / patches / 4.1.0 / 602-sdk-libstdc++-includes.patch
1 --- gcc-4.1.0/libstdc++-v3/fragment.am  2005-03-21 11:40:14.000000000 -0600
2 +++ gcc-4.1.0-patched/libstdc++-v3/fragment.am  2005-04-25 20:14:39.856251785 -0500
3 @@ -21,5 +21,5 @@
4         $(WARN_FLAGS) $(WERROR) -fdiagnostics-show-location=once
5  
6  # -I/-D flags to pass when compiling.
7 -AM_CPPFLAGS = $(GLIBCXX_INCLUDES)
8 +AM_CPPFLAGS = $(GLIBCXX_INCLUDES) -I$(toplevel_srcdir)/include
9  
10 --- gcc-4.1.0/libstdc++-v3/libmath/Makefile.am  2005-03-21 11:40:18.000000000 -0600
11 +++ gcc-4.1.0-patched/libstdc++-v3/libmath/Makefile.am  2005-04-25 20:14:39.682280735 -0500
12 @@ -35,7 +35,7 @@
13  
14  libmath_la_SOURCES = stubs.c
15  
16 -AM_CPPFLAGS = $(CANADIAN_INCLUDES)
17 +AM_CPPFLAGS = $(CANADIAN_INCLUDES) -I$(toplevel_srcdir)/include
18  
19  # Only compiling "C" sources in this directory.
20  LIBTOOL = @LIBTOOL@ --tag CC