From bcdc1cd6a7f45ba7052668e261668c63f5fa2747 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 20 Aug 2013 21:22:31 +0000 Subject: 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 --- meta/recipes-devtools/gcc/gcc-cross.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-devtools/gcc/gcc-cross.inc') 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 chmod +x ${B}/${TARGET_PREFIX}testgcc } + +EXTRA_OECONF_append_sh4 = " --with-multilib-list= --enable-incomplete-targets " -- cgit v1.2.3-54-g00ecf