]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
poky-tiny: Enable x86-64 to build eglibc correctly
authorSaul Wold <sgw@linux.intel.com>
Thu, 6 Sep 2012 23:47:08 +0000 (23:47 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 10 Sep 2012 10:35:09 +0000 (11:35 +0100)
There is bug in the eglibc configure scripts that prevent a
x86-64 from configuring correctly and finding the smaller
library fucntions.

This has been reported to the eglibc community via the issues ML

[YOCTO #2943]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-yocto/conf/distro/poky-tiny.conf

index f3cc87451adf5b29cc3fa2505e21684069e246b4..3196fa0eb43f8fe011ca92871b119003886bb919 100644 (file)
@@ -63,6 +63,7 @@ ASSUME_PROVIDED += "pkgconfig$"
 # Reconfigure eglibc for a smaller installation
 # Comment out any of the lines below to disable them in the build
 DISTRO_FEATURES_LIBC_TINY = "libc-libm libc-crypt"
+DISTRO_FEATURES_LIBC_TINY_append_x86-64 = " libc-libm-big"
 
 # Required for "who"
 DISTRO_FEATURES_LIBC_MINIMAL = "libc-utmp libc-getlogin"