From patchwork Fri Dec 10 00:54:42 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: sane-toolchain.inc: Prefer libtool version 2.4 with sysroot. Date: Fri, 10 Dec 2010 00:54:42 -0000 From: Khem Raj X-Patchwork-Id: 46 Message-Id: <1291942482-24901-1-git-send-email-raj.khem@gmail.com> To: openembedded-devel@lists.openembedded.org Signed-off-by: Khem Raj Acked-by: Martin Jansa --- conf/distro/include/sane-toolchain.inc | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/conf/distro/include/sane-toolchain.inc b/conf/distro/include/sane-toolchain.inc index 6653f73..c0a4021 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