mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
local.conf.sample: Default to not building 32 bit libs on 64 bit systems as most people don't need it and it confuses them
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
committed by
Saul Wold
parent
411910bb98
commit
72aadcf274
@@ -159,3 +159,8 @@ ENABLE_BINARY_LOCALE_GENERATION = "1"
|
||||
# wish to perform the time-consuming step of generating all LIBC locales.
|
||||
# WARNING: this may break localisation!
|
||||
#GLIBC_GENERATE_LOCALES = "en_GB.UTF-8 en_US.UTF-8"
|
||||
|
||||
# Default to not build 32 bit libs on 64 bit systems, comment this
|
||||
# out if that is desired
|
||||
NO32LIBS = "1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user