aboutsummaryrefslogtreecommitdiff
path: root/patches/gcc/4.0.3/170-sdk-libstdc++-includes.patch
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-10-29 00:10:06 +0100
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-10-29 00:10:06 +0100
commitde8f2cea32f14099cf756cbef40d312ffd1894a8 (patch)
treeaf4f9ce5798909cfa1eadec07390425937e3886a /patches/gcc/4.0.3/170-sdk-libstdc++-includes.patch
parent06cb0b6ddbbb2f9275b3a71eda3f2ffeff929d90 (diff)
parent5b0242a30c12e4ce1366788126cea866b21abeba (diff)
downloadcrosstool-ng-de8f2cea32f14099cf756cbef40d312ffd1894a8.tar.gz
crosstool-ng-de8f2cea32f14099cf756cbef40d312ffd1894a8.tar.bz2
crosstool-ng-de8f2cea32f14099cf756cbef40d312ffd1894a8.zip
Merge.
Diffstat (limited to 'patches/gcc/4.0.3/170-sdk-libstdc++-includes.patch')
-rw-r--r--patches/gcc/4.0.3/170-sdk-libstdc++-includes.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/patches/gcc/4.0.3/170-sdk-libstdc++-includes.patch b/patches/gcc/4.0.3/170-sdk-libstdc++-includes.patch
deleted file mode 100644
index c7676ae6..00000000
--- a/patches/gcc/4.0.3/170-sdk-libstdc++-includes.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -urN gcc-4.0.0-100/libstdc++-v3/fragment.am gcc-4.0.0/libstdc++-v3/fragment.am
---- gcc-4.0.0-100/libstdc++-v3/fragment.am 2004-10-25 15:32:40.000000000 -0500
-+++ gcc-4.0.0/libstdc++-v3/fragment.am 2005-04-28 21:48:43.000000000 -0500
-@@ -18,5 +18,5 @@
- $(WARN_FLAGS) $(WERROR) -fdiagnostics-show-location=once
-
- # -I/-D flags to pass when compiling.
--AM_CPPFLAGS = $(GLIBCXX_INCLUDES)
-+AM_CPPFLAGS = $(GLIBCXX_INCLUDES) -I$(toplevel_srcdir)/include
-
-diff -urN gcc-4.0.0-100/libstdc++-v3/libmath/Makefile.am gcc-4.0.0/libstdc++-v3/libmath/Makefile.am
---- gcc-4.0.0-100/libstdc++-v3/libmath/Makefile.am 2003-08-27 16:29:42.000000000 -0500
-+++ gcc-4.0.0/libstdc++-v3/libmath/Makefile.am 2005-04-28 21:48:43.000000000 -0500
-@@ -32,7 +32,7 @@
-
- libmath_la_SOURCES = stubs.c
-
--AM_CPPFLAGS = $(CANADIAN_INCLUDES)
-+AM_CPPFLAGS = $(CANADIAN_INCLUDES) -I$(toplevel_srcdir)/include
-
- # Only compiling "C" sources in this directory.
- LIBTOOL = @LIBTOOL@ --tag CC