]> code.ossystems Code Review - openembedded-core.git/commitdiff
gcc-4.6: fix toolchain build for SH4
authorMichael Brown <Michael_E_Brown@Dell.com>
Tue, 15 Nov 2011 20:58:45 +0000 (12:58 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 16 Nov 2011 17:29:08 +0000 (17:29 +0000)
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>
meta/recipes-devtools/gcc/gcc-cross4.inc

index ea20a24a01388da5ec285edbe5e107eda48703dc..4a20818d2fbd7ac5cd6341a78f0b864777197cf0 100644 (file)
@@ -1 +1,3 @@
 require gcc-cross.inc
+
+EXTRA_OECONF_append_sh4 = " --with-multilib-list= --enable-incomplete-targets "