diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-21 23:28:14 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-21 23:28:14 +0100 |
commit | 2a69c58046a86d0f783acebd8a77e9419b43139a (patch) | |
tree | a237b7f73b42bf21191690320565f7797410de8b /meta | |
parent | d5504a4275d94868e28b00c272411e82f4999d95 (diff) | |
download | openembedded-core-2a69c58046a86d0f783acebd8a77e9419b43139a.tar.gz openembedded-core-2a69c58046a86d0f783acebd8a77e9419b43139a.tar.bz2 openembedded-core-2a69c58046a86d0f783acebd8a77e9419b43139a.zip |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/local.conf.sample | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index 29f8967510..a2e1374118 100644 --- a/meta/conf/local.conf.sample +++ b/meta/conf/local.conf.sample @@ -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" + |