aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-11-24 08:13:32 -0800
committerKhem Raj <raj.khem@gmail.com>2010-11-24 08:30:10 -0800
commitf7820f0142c4e2dfbe0d5780942b1573b6a49a9d (patch)
tree09e73226245ba6b59599725b8cf573271db53716 /conf
parent1ccedf7a2a88955d2c692b1d8c94e63f5222e1ad (diff)
downloadopenembedded-f7820f0142c4e2dfbe0d5780942b1573b6a49a9d.tar.gz
sane-toolchain.inc: Rename the absration vars for uclibc/eglibc/glibc versions
* There was a mismatch between sane-toolchain.inc and what sane-toolchain-uclibc expects. It did not pick right uclibc version Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/include/sane-toolchain.inc22
1 files changed, 11 insertions, 11 deletions
diff --git a/conf/distro/include/sane-toolchain.inc b/conf/distro/include/sane-toolchain.inc
index 731786bbb2..6653f73617 100644
--- a/conf/distro/include/sane-toolchain.inc
+++ b/conf/distro/include/sane-toolchain.inc
@@ -6,16 +6,16 @@
# Base line versions, good for most things
PREFERRED_GCC_VERSION ?= "4.5"
-PREFERRED_BINUTILS ?= "2.20.1"
-PREFERRED_UCLIBC ?= "git"
-PREFERRED_EGLIBC ?= "2.12"
-PREFERRED_GLIBC ?= "2.10.1"
+PREFERRED_BINUTILS_VERSION ?= "2.20.1"
+PREFERRED_UCLIBC_VERSION ?= "git"
+PREFERRED_EGLIBC_VERSION ?= "2.12"
+PREFERRED_GLIBC_VERSION ?= "2.10.1"
# Prefer glibc 2.6 and uclibc 0.9.30, these have had the most testing.
-PREFERRED_VERSION_glibc ?= "${PREFERRED_GLIBC}"
-PREFERRED_VERSION_glibc-initial ?= "${PREFERRED_GLIBC}"
-PREFERRED_VERSION_eglibc ?= "${PREFERRED_EGLIBC}"
-PREFERRED_VERSION_eglibc-initial ?= "${PREFERRED_EGLIBC}"
+PREFERRED_VERSION_glibc ?= "${PREFERRED_GLIBC_VERSION}"
+PREFERRED_VERSION_glibc-initial ?= "${PREFERRED_GLIBC_VERSION}"
+PREFERRED_VERSION_eglibc ?= "${PREFERRED_EGLIBC_VERSION}"
+PREFERRED_VERSION_eglibc-initial ?= "${PREFERRED_EGLIBC_VERSION}"
# Some systems need a special gcc version
PREFERRED_GCC_VERSION_486sx ?= "4.3.2"
@@ -32,9 +32,9 @@ PREFERRED_VERSION_linux-libc-headers ?= "2.6.31"
#KERNEL_CCSUFFIX_armv7a= "-4.2.1+csl-arm-2007q3-53"
# Binutils
-PREFERRED_VERSION_binutils ?= "${PREFERRED_BINUTILS}"
-PREFERRED_VERSION_binutils-cross ?= "${PREFERRED_BINUTILS}"
-PREFERRED_VERSION_binutils-cross-sdk ?= "${PREFERRED_BINUTILS}"
+PREFERRED_VERSION_binutils ?= "${PREFERRED_BINUTILS_VERSION}"
+PREFERRED_VERSION_binutils-cross ?= "${PREFERRED_BINUTILS_VERSION}"
+PREFERRED_VERSION_binutils-cross-sdk ?= "${PREFERRED_BINUTILS_VERSION}"
# Avr32 only has patches for binutils 2.17 in OE
PREFERRED_VERSION_binutils_avr32 = "2.17"