]> code.ossystems Code Review - openembedded-core.git/commitdiff
pseudo: default NO32LIBS to 1
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 13 Apr 2012 12:35:16 +0000 (13:35 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 13 Apr 2012 12:49:09 +0000 (13:49 +0100)
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 <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/pseudo/pseudo.inc

index d5c33dfc197591f7c6a4949f6cb17175bc6e7262..d710058d5949949c30cbe523f12413969bf45a35 100644 (file)
@@ -24,7 +24,7 @@ do_configure () {
        :
 }
 
-NO32LIBS ??= "0"
+NO32LIBS ??= "1"
 
 # Compile for the local machine arch...
 do_compile () {