From: Khem Raj Date: Fri, 10 Dec 2010 00:48:02 +0000 (-0800) Subject: sane-toolchain.inc: Prefer libtool version 2.4 with sysroot. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dc5b46c9622f27625982a433d8e6fe199811055;p=openembedded.git sane-toolchain.inc: Prefer libtool version 2.4 with sysroot. Signed-off-by: Khem Raj Acked-by: Martin Jansa --- diff --git a/conf/distro/include/sane-toolchain.inc b/conf/distro/include/sane-toolchain.inc index 6653f73617..c0a4021078 100644 --- a/conf/distro/include/sane-toolchain.inc +++ b/conf/distro/include/sane-toolchain.inc @@ -10,6 +10,8 @@ PREFERRED_BINUTILS_VERSION ?= "2.20.1" PREFERRED_UCLIBC_VERSION ?= "git" PREFERRED_EGLIBC_VERSION ?= "2.12" PREFERRED_GLIBC_VERSION ?= "2.10.1" +PREFERRED_LIBTOOL_VERSION ?= "2.4" +LIBTOOL_HAS_SYSROOT ?= "yes" # Prefer glibc 2.6 and uclibc 0.9.30, these have had the most testing. PREFERRED_VERSION_glibc ?= "${PREFERRED_GLIBC_VERSION}" @@ -57,6 +59,11 @@ PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}g++ = "gcc-cross" # Others PREFERRED_PROVIDER_linux-libc-headers = "linux-libc-headers" +PREFERRED_VERSION_libtool = "${PREFERRED_LIBTOOL_VERSION}" +PREFERRED_VERSION_libtool-cross = "${PREFERRED_LIBTOOL_VERSION}" +PREFERRED_VERSION_libtool-native = "${PREFERRED_LIBTOOL_VERSION}" +PREFERRED_VERSION_libtool-sdk = "${PREFERRED_LIBTOOL_VERSION}" +PREFERRED_VERSION_libtool-nativesdk = "${PREFERRED_LIBTOOL_VERSION}" ############################################################################# # TOOLCHAIN CUSTOMIZATION