aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-05-14 08:28:19 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-05-16 22:42:36 +0200
commitb0adb60c4c3e4f61210f3834594cb69b1c84e3bd (patch)
tree1329d7814701f9c16bb28e6604e8d4f845e4d28f /conf
parent2abd81d7a86c1c4db22851c0c01ff324b87b3ca0 (diff)
downloadopenembedded-b0adb60c4c3e4f61210f3834594cb69b1c84e3bd.tar.gz
shr: drop PREFERRED_VERSIONs for toolchain, now in sync with sane-toolchain.inc again
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/shr.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/conf/distro/shr.conf b/conf/distro/shr.conf
index 0c73113c4e..84ea4a4731 100644
--- a/conf/distro/shr.conf
+++ b/conf/distro/shr.conf
@@ -144,10 +144,6 @@ OVERRIDES = "local:${MACHINE}:${MACHINE_CLASS}:${DISTRO}:${TARGET_OS}:${TARGET_A
# TOOLCHAIN
#############################################################################
LIBC ?= "eglibc"
-PREFERRED_BINUTILS ?= "2.20.1"
-PREFERRED_GCC_VERSION ?= "4.4.4"
-PREFERRED_VERSION_eglibc ?= "2.11"
-PREFERRED_VERSION_eglibc-initial ?= "2.11"
require conf/distro/include/sane-toolchain.inc
#############################################################################