diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-04-13 13:35:16 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-13 13:49:35 +0100 |
commit | 7cf26b2d3d0100ce564d3ef7604b4ecbf85acccc (patch) | |
tree | f72b359f9c18f973f6d79db40f5b02b0e53e3f69 /meta | |
parent | b4acabea99e9f15558b26f0c85902c2af2c7948c (diff) | |
download | poky-7cf26b2d3d0100ce564d3ef7604b4ecbf85acccc.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.
(From OE-Core rev: 489a36d3d6b67d706f5918638e1fbc05ccd59e21)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/pseudo/pseudo.inc | 2 |
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 () { | |||
24 | : | 24 | : |
25 | } | 25 | } |
26 | 26 | ||
27 | NO32LIBS ??= "0" | 27 | NO32LIBS ??= "1" |
28 | 28 | ||
29 | # Compile for the local machine arch... | 29 | # Compile for the local machine arch... |
30 | do_compile () { | 30 | do_compile () { |