aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/shr.conf
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-12-17 00:25:40 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-12-17 17:31:01 +0100
commit7ea9be2b5d3ac4fb5da74506c2516b3412726495 (patch)
tree36888941ba92ab0268dc71357574e186cea70c16 /conf/distro/shr.conf
parentb116445f606d5b04bcc2e671b3d59ea36952edd6 (diff)
downloadopenembedded-7ea9be2b5d3ac4fb5da74506c2516b3412726495.tar.gz
sane-toolchain: use hard assignment instead of weak for libtool version and LIBTOOL_HAS_SYSROOT
* bitbake.conf already has weak LIBTOOL_HAS_SYSROOT ?= "no" so setting to "yes" here was ignored Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'conf/distro/shr.conf')
-rw-r--r--conf/distro/shr.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/distro/shr.conf b/conf/distro/shr.conf
index 6295ff3749..02582313b3 100644
--- a/conf/distro/shr.conf
+++ b/conf/distro/shr.conf
@@ -159,9 +159,6 @@ MACHINE_OVERRIDES += "${MACHINE_CLASS}"
# TOOLCHAIN
#############################################################################
LIBC ?= "eglibc"
-# it's needed here without weak assignment, because bitbake.conf has
-# weak "no" first and weak "yes" in sane-toolchain is then ignored
-LIBTOOL_HAS_SYSROOT = "yes"
require conf/distro/include/sane-toolchain.inc
require conf/distro/include/arm-thumb.inc