From 8dc5b46c9622f27625982a433d8e6fe199811055 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 9 Dec 2010 16:48:02 -0800 Subject: [PATCH] sane-toolchain.inc: Prefer libtool version 2.4 with sysroot. Signed-off-by: Khem Raj Acked-by: Martin Jansa --- conf/distro/include/sane-toolchain.inc | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.39.5