[oe-commits] Khem Raj : sane-toolchain.inc: Prefer libtool version 2.4 with sysroot.

git version control git at git.openembedded.org
Sat Dec 11 08:09:29 UTC 2010


Module: openembedded.git
Branch: master
Commit: 8dc5b46c9622f27625982a433d8e6fe199811055
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8dc5b46c9622f27625982a433d8e6fe199811055

Author: Khem Raj <raj.khem at gmail.com>
Date:   Thu Dec  9 16:48:02 2010 -0800

sane-toolchain.inc: Prefer libtool version 2.4 with sysroot.

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Acked-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 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





More information about the Openembedded-commits mailing list