aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/pseudo/pseudo.inc
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-04-13 13:35:16 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-13 13:49:09 +0100
commit489a36d3d6b67d706f5918638e1fbc05ccd59e21 (patch)
treec104a6c740751ef7b1fcf42ace5569e972cc0e49 /meta/recipes-devtools/pseudo/pseudo.inc
parent46db11c4a789034b7040faf127ab865148bedad8 (diff)
downloadopenembedded-core-contrib-489a36d3d6b67d706f5918638e1fbc05ccd59e21.tar.gz
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 <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/pseudo/pseudo.inc')
-rw-r--r--meta/recipes-devtools/pseudo/pseudo.inc2
1 files changed, 1 insertions, 1 deletions
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 () {