diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-03-04 16:54:53 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-03-04 16:54:53 +0000 |
commit | 21d430e958610cbc968f59ec7199527496452a01 (patch) | |
tree | e6768023dd123a31f8a17e3dd9738e0de64a0bc2 /meta/conf | |
parent | 68fe3dcec1642073c27ef36594e08caf58619ef1 (diff) | |
download | poky-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/conf')
-rw-r--r-- | meta/conf/distro/include/poky-eabi.inc | 14 |
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" | |||
11 | PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc = "gcc-cross" | 11 | PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc = "gcc-cross" |
12 | PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}g++ = "gcc-cross" | 12 | PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}g++ = "gcc-cross" |
13 | 13 | ||
14 | PREFERRED_VERSION_gcc ?= "4.1.2" | 14 | PREFERRED_VERSION_gcc ?= "4.2.2" |
15 | PREFERRED_VERSION_gcc-cross ?= "4.1.2" | 15 | PREFERRED_VERSION_gcc-cross ?= "4.2.2" |
16 | PREFERRED_VERSION_gcc-cross-initial ?= "4.1.2" | 16 | PREFERRED_VERSION_gcc-cross-initial ?= "4.2.2" |
17 | PREFERRED_VERSION_binutils ?= "2.18" | 17 | PREFERRED_VERSION_binutils ?= "2.18" |
18 | PREFERRED_VERSION_binutils-cross ?= "2.18" | 18 | PREFERRED_VERSION_binutils-cross ?= "2.18" |
19 | PREFERRED_VERSION_linux-libc-headers ?= "2.6.20" | 19 | PREFERRED_VERSION_linux-libc-headers ?= "2.6.24" |
20 | PREFERRED_VERSION_glibc ?= "2.5" | 20 | PREFERRED_VERSION_glibc ?= "2.6.1" |
21 | PREFERRED_VERSION_glibc-intermediate ?= "2.5" | 21 | PREFERRED_VERSION_glibc-intermediate ?= "2.6.1" |
22 | PREFERRED_VERSION_glibc-initial ?= "2.5" | 22 | PREFERRED_VERSION_glibc-initial ?= "2.6.1" |
23 | PREFERRED_VERSION_elfutils ?= "0.108" | 23 | PREFERRED_VERSION_elfutils ?= "0.108" |