diff options
author | Michael Brown <Michael_E_Brown@Dell.com> | 2011-11-15 12:58:45 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-16 17:29:08 +0000 |
commit | da7bf75bcdd5759a0f551dcb7a0326aa2f40921c (patch) | |
tree | 80f168f995e5ca7674b6e639cb245040b68b35a7 /meta/recipes-devtools/gcc | |
parent | 67df7590d0a6600cb9768b3df2b56983a5fe234f (diff) | |
download | openembedded-core-da7bf75bcdd5759a0f551dcb7a0326aa2f40921c.tar.gz openembedded-core-da7bf75bcdd5759a0f551dcb7a0326aa2f40921c.tar.bz2 openembedded-core-da7bf75bcdd5759a0f551dcb7a0326aa2f40921c.tar.xz openembedded-core-da7bf75bcdd5759a0f551dcb7a0326aa2f40921c.zip |
gcc-4.6: fix toolchain build for SH4
Signed-off-by: Michael Brown <Michael_E_Brown@dell.com>
Port patch from base openembedded. Since 4.6 already has fixes for config.gcc,
the fix only requires a one line change to gcc-cross4.inc.
The patch was imported from the OpenEmbedded git server
(git://git.openembedded.org/openembedded) as of commit id
3aa8afe97e9cf1340feb9c4442a6ed88b7e32c96.
gcc-4.5: Fix toolchain builds for SH4/SH3
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross4.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross4.inc b/meta/recipes-devtools/gcc/gcc-cross4.inc index ea20a24a0..4a20818d2 100644 --- a/meta/recipes-devtools/gcc/gcc-cross4.inc +++ b/meta/recipes-devtools/gcc/gcc-cross4.inc @@ -1 +1,3 @@ require gcc-cross.inc + +EXTRA_OECONF_append_sh4 = " --with-multilib-list= --enable-incomplete-targets " |