summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-03-04 16:54:53 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-03-04 16:54:53 +0000
commit21d430e958610cbc968f59ec7199527496452a01 (patch)
treee6768023dd123a31f8a17e3dd9738e0de64a0bc2 /meta
parent68fe3dcec1642073c27ef36594e08caf58619ef1 (diff)
downloadpoky-21d430e958610cbc968f59ec7199527496452a01.tar.gz
poky-eabi: switch to gcc 4.2.2, glibc 2.6.1, linux-libc-headers 2.6.24
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3907 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/conf/distro/include/poky-eabi.inc14
1 files changed, 7 insertions, 7 deletions
diff --git a/meta/conf/distro/include/poky-eabi.inc b/meta/conf/distro/include/poky-eabi.inc
index f226fa7fec..d6d6dc62ed 100644
--- a/meta/conf/distro/include/poky-eabi.inc
+++ b/meta/conf/distro/include/poky-eabi.inc
@@ -11,13 +11,13 @@ PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc-initial = "gcc-cross-initial"
11PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc = "gcc-cross" 11PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc = "gcc-cross"
12PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}g++ = "gcc-cross" 12PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}g++ = "gcc-cross"
13 13
14PREFERRED_VERSION_gcc ?= "4.1.2" 14PREFERRED_VERSION_gcc ?= "4.2.2"
15PREFERRED_VERSION_gcc-cross ?= "4.1.2" 15PREFERRED_VERSION_gcc-cross ?= "4.2.2"
16PREFERRED_VERSION_gcc-cross-initial ?= "4.1.2" 16PREFERRED_VERSION_gcc-cross-initial ?= "4.2.2"
17PREFERRED_VERSION_binutils ?= "2.18" 17PREFERRED_VERSION_binutils ?= "2.18"
18PREFERRED_VERSION_binutils-cross ?= "2.18" 18PREFERRED_VERSION_binutils-cross ?= "2.18"
19PREFERRED_VERSION_linux-libc-headers ?= "2.6.20" 19PREFERRED_VERSION_linux-libc-headers ?= "2.6.24"
20PREFERRED_VERSION_glibc ?= "2.5" 20PREFERRED_VERSION_glibc ?= "2.6.1"
21PREFERRED_VERSION_glibc-intermediate ?= "2.5" 21PREFERRED_VERSION_glibc-intermediate ?= "2.6.1"
22PREFERRED_VERSION_glibc-initial ?= "2.5" 22PREFERRED_VERSION_glibc-initial ?= "2.6.1"
23PREFERRED_VERSION_elfutils ?= "0.108" 23PREFERRED_VERSION_elfutils ?= "0.108"