mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
b4acabea99
commit
7cf26b2d3d
@@ -24,7 +24,7 @@ do_configure () {
|
|||||||
:
|
:
|
||||||
}
|
}
|
||||||
|
|
||||||
NO32LIBS ??= "0"
|
NO32LIBS ??= "1"
|
||||||
|
|
||||||
# Compile for the local machine arch...
|
# Compile for the local machine arch...
|
||||||
do_compile () {
|
do_compile () {
|
||||||
|
|||||||
Reference in New Issue
Block a user