From 36747532e7492e2cfddc93c58ee9b804020e97d1 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 15 Nov 2011 12:58:45 -0800 Subject: gcc-4.6: fix toolchain build for SH4 (From OE-Core rev: da7bf75bcdd5759a0f551dcb7a0326aa2f40921c) Signed-off-by: Michael Brown 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 Signed-off-by: Richard Purdie --- meta/recipes-devtools/gcc/gcc-cross4.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-devtools/gcc') diff --git a/meta/recipes-devtools/gcc/gcc-cross4.inc b/meta/recipes-devtools/gcc/gcc-cross4.inc index ea20a24a01..4a20818d2f 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 " -- cgit v1.2.3-54-g00ecf