aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-4.3.2
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-05-20 12:00:17 +0200
committerKoen Kooi <koen@openembedded.org>2009-05-20 12:00:17 +0200
commit21dbc0814fe2bd1f2cdbfa255d169139842661e9 (patch)
treebcbe5fc375e6f3e1972f148d18914939c72f9896 /recipes/gcc/gcc-4.3.2
parentcb70efeb71b3a1e5e8786d3488e4ec3a1580d45a (diff)
downloadopenembedded-21dbc0814fe2bd1f2cdbfa255d169139842661e9.tar.gz
gcc 4.3.2, 4.3.3, 4.4.0: attempt to fix zecke-no-host-includes.patch
Diffstat (limited to 'recipes/gcc/gcc-4.3.2')
-rw-r--r--recipes/gcc/gcc-4.3.2/zecke-no-host-includes.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-4.3.2/zecke-no-host-includes.patch b/recipes/gcc/gcc-4.3.2/zecke-no-host-includes.patch
index 6afb10d6ef..1f3b062feb 100644
--- a/recipes/gcc/gcc-4.3.2/zecke-no-host-includes.patch
+++ b/recipes/gcc/gcc-4.3.2/zecke-no-host-includes.patch
@@ -6,7 +6,7 @@ Index: gcc-4.0.2/gcc/c-incpath.c
p->construct = 0;
p->user_supplied_p = user_supplied_p;
-+#ifdef CROSS_COMPILE
++#ifdef CROSS_DIRECTORY_STRUCTURE
+ /* A common error when cross compiling is including
+ host headers. This code below will try to fail fast
+ for cross compiling. Currently we consider /usr/include,