aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-11-15 15:13:37 -0800
committerKhem Raj <raj.khem@gmail.com>2010-11-15 15:15:52 -0800
commitd827b36a57b415d36344d44d8fde75a790945556 (patch)
tree152123f9f249e3591d8fde23811ddbf9b4462d1b /recipes/gcc
parent29655d79ed27fd99eb9fb7f9ecd24e9c29491a33 (diff)
downloadopenembedded-d827b36a57b415d36344d44d8fde75a790945556.tar.gz
Revert "gcc-cross4.inc: We dont support multilib so empty out the with-libdir-list for SH4"
This fixed building the toolchain though but broke kernel as it expect gcc to be able to compile no-fpu code. Which means it will break all gcc 4.x So we revert it and keep the status quo of 4.5 being broken but older 4.x gcc can still build for SH based machines. This reverts commit 35881fcc6feb9670947056ff868e03b0a0900a51.
Diffstat (limited to 'recipes/gcc')
-rw-r--r--recipes/gcc/gcc-cross4.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-cross4.inc b/recipes/gcc/gcc-cross4.inc
index dd9807c326..51d0529342 100644
--- a/recipes/gcc/gcc-cross4.inc
+++ b/recipes/gcc/gcc-cross4.inc
@@ -1,3 +1,3 @@
require gcc-cross.inc
-EXTRA_OECONF_append_sh4 = " --with-cpu=${FEED_ARCH} --with-multilib-list= "
+EXTRA_OECONF_append_sh4 = " --with-multilib-list=m4,m4-nofpu "