From 35881fcc6feb9670947056ff868e03b0a0900a51 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 17 Oct 2010 20:49:03 -0700 Subject: gcc-cross4.inc: We dont support multilib so empty out the with-libdir-list for SH4 Signed-off-by: Khem Raj --- recipes/gcc/gcc-cross4.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/gcc') 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= " -- cgit 1.2.3-korg