From: Paul Eggleton Date: Fri, 13 Apr 2012 12:35:16 +0000 (+0100) Subject: pseudo: default NO32LIBS to 1 X-Git-Tag: 2015-4~11010 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=489a36d3d6b67d706f5918638e1fbc05ccd59e21;p=openembedded-core.git pseudo: default NO32LIBS to 1 If this value is not set to 1, then systems with some 32-bit libraries but no 32-bit version of libgcc installed will have pseudo-native fail at do_compile. It should only really be set to 0 by those who know what they are doing. Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/pseudo/pseudo.inc b/meta/recipes-devtools/pseudo/pseudo.inc index d5c33dfc19..d710058d59 100644 --- a/meta/recipes-devtools/pseudo/pseudo.inc +++ b/meta/recipes-devtools/pseudo/pseudo.inc @@ -24,7 +24,7 @@ do_configure () { : } -NO32LIBS ??= "0" +NO32LIBS ??= "1" # Compile for the local machine arch... do_compile () {