From: Khem Raj Date: Mon, 18 Oct 2010 03:49:03 +0000 (-0700) Subject: gcc-cross4.inc: We dont support multilib so empty out the with-libdir-list for SH4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35881fcc6feb9670947056ff868e03b0a0900a51;p=openembedded.git gcc-cross4.inc: We dont support multilib so empty out the with-libdir-list for SH4 Signed-off-by: Khem Raj --- 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= "