aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-10-17 20:49:03 -0700
committerKhem Raj <raj.khem@gmail.com>2010-10-17 20:49:03 -0700
commit35881fcc6feb9670947056ff868e03b0a0900a51 (patch)
tree56db32e6a37fa005503a56a81e4c95a8339cb00c /recipes/gcc
parentab83ea3d6e6b881480cb6665e9921b65f9b6e682 (diff)
downloadopenembedded-35881fcc6feb9670947056ff868e03b0a0900a51.tar.gz
gcc-cross4.inc: We dont support multilib so empty out the with-libdir-list for SH4
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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 51d0529342..dd9807c326 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-multilib-list=m4,m4-nofpu "
+EXTRA_OECONF_append_sh4 = " --with-cpu=${FEED_ARCH} --with-multilib-list= "