summaryrefslogtreecommitdiffstats
path: root/patches/gcc-4.1.2
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2007-07-19 19:43:08 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2007-07-19 19:43:08 +0000
commitf0970ab1c5e18c925a7ea45b7173b314be1d7d71 (patch)
treea97137ee2daffac738c9fb68bf2899fed21a4135 /patches/gcc-4.1.2
parent3e713ae8037cb06653e30b27a2413cfe5a43012f (diff)
downloadOSELAS.Toolchain-f0970ab1c5e18c925a7ea45b7173b314be1d7d71.tar.gz
OSELAS.Toolchain-f0970ab1c5e18c925a7ea45b7173b314be1d7d71.tar.xz
git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@3336 f8d472c7-5700-0410-ac5a-87979cec3adf
Diffstat (limited to 'patches/gcc-4.1.2')
-rw-r--r--patches/gcc-4.1.2/generic/gcc-4.1.1_gcc_c_incpath-no-host-includes.diff10
1 files changed, 7 insertions, 3 deletions
diff --git a/patches/gcc-4.1.2/generic/gcc-4.1.1_gcc_c_incpath-no-host-includes.diff b/patches/gcc-4.1.2/generic/gcc-4.1.1_gcc_c_incpath-no-host-includes.diff
index 73cf75b..31ce0c1 100644
--- a/patches/gcc-4.1.2/generic/gcc-4.1.1_gcc_c_incpath-no-host-includes.diff
+++ b/patches/gcc-4.1.2/generic/gcc-4.1.1_gcc_c_incpath-no-host-includes.diff
@@ -11,10 +11,14 @@
# inspired by:
# http://www.openembedded.org/repo/org.openembedded.dev/packages/gcc/gcc-4.1.1/zecke-no-host-includes.patch
#
-Index: gcc-4.1.1/gcc/c-incpath.c
+---
+# gcc/c-incpath.c | 28 ++++++++++++++++++++++++++++
+# 1 file changed, 28 insertions(+)
+#
+Index: gcc-4.1.2/gcc/c-incpath.c
===================================================================
---- gcc-4.1.1.orig/gcc/c-incpath.c
-+++ gcc-4.1.1/gcc/c-incpath.c
+--- gcc-4.1.2.orig/gcc/c-incpath.c
++++ gcc-4.1.2/gcc/c-incpath.c
@@ -350,6 +350,34 @@ add_path (char *path, int chain, int cxx
p->construct = 0;
p->user_supplied_p = user_supplied_p;