diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-20 21:22:31 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-23 16:20:12 +0100 |
commit | bcdc1cd6a7f45ba7052668e261668c63f5fa2747 (patch) | |
tree | 2b881a7c4b1340ac92a155fcc5230bd221490a57 /meta/recipes-devtools/gcc/gcc-cross.inc | |
parent | c63831ca127af2592dfb842cb1e4823fc3eb141d (diff) | |
download | poky-bcdc1cd6a7f45ba7052668e261668c63f5fa2747.tar.gz |
gcc: Drop gcc-cross4.inc, its pointless now
The include was useful historically, its not anymore so lets remove it.
This should have no functional change except on any layers directly depending
on it or gcc-cross.inc but even then it would only impact sh4 and is easily
fixed if there was a problem.
(From OE-Core rev: e7e8fe11c34bf05179f3bbaa2fb1af7b7125696a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-cross.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross.inc b/meta/recipes-devtools/gcc/gcc-cross.inc index 9d29f56421..2913df79b3 100644 --- a/meta/recipes-devtools/gcc/gcc-cross.inc +++ b/meta/recipes-devtools/gcc/gcc-cross.inc | |||
@@ -106,3 +106,5 @@ STOP | |||
106 | chmod +x ${B}/${TARGET_PREFIX}testgcc | 106 | chmod +x ${B}/${TARGET_PREFIX}testgcc |
107 | 107 | ||
108 | } | 108 | } |
109 | |||
110 | EXTRA_OECONF_append_sh4 = " --with-multilib-list= --enable-incomplete-targets " | ||