diff options
author | Koen Kooi <koen@openembedded.org> | 2009-05-20 12:00:17 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-05-20 12:00:17 +0200 |
commit | 21dbc0814fe2bd1f2cdbfa255d169139842661e9 (patch) | |
tree | bcbe5fc375e6f3e1972f148d18914939c72f9896 /recipes/gcc/gcc-4.3.2 | |
parent | cb70efeb71b3a1e5e8786d3488e4ec3a1580d45a (diff) |
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.patch | 2 |
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, |