diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-07-25 09:29:06 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-07-25 09:29:06 +0000 |
commit | 2476a4416d32feb47d8b4938a02d11a71182d5c8 (patch) | |
tree | 4b6ad7ec0ea324eacde51a4ceb0ee01d7bbb93f5 /meta | |
parent | 20d9950f50dafc490092286776d41d14cfbb93ed (diff) | |
download | poky-2476a4416d32feb47d8b4938a02d11a71182d5c8.tar.gz |
poky-eabi: use elfutils 0.131 with gcc 4.3.1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4950 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/include/poky-eabi.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/distro/include/poky-eabi.inc b/meta/conf/distro/include/poky-eabi.inc index cf2f336de1..711970bf2c 100644 --- a/meta/conf/distro/include/poky-eabi.inc +++ b/meta/conf/distro/include/poky-eabi.inc | |||
@@ -13,7 +13,7 @@ PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc-intermediate = "gcc-cross-interme | |||
13 | PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc = "gcc-cross" | 13 | PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc = "gcc-cross" |
14 | PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}g++ = "gcc-cross" | 14 | PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}g++ = "gcc-cross" |
15 | 15 | ||
16 | GCCVERSION = "4.2.3" | 16 | GCCVERSION ?= "4.2.3" |
17 | GCCVERSION_qemuarmv7 = "4.3.1" | 17 | GCCVERSION_qemuarmv7 = "4.3.1" |
18 | GCCVERSION_beagleboard = "4.3.1" | 18 | GCCVERSION_beagleboard = "4.3.1" |
19 | GCCVERSION_omap-3430sdp = "4.3.1" | 19 | GCCVERSION_omap-3430sdp = "4.3.1" |
@@ -31,4 +31,4 @@ PREFERRED_VERSION_binutils-cross ?= "${BINUVERSION}" | |||
31 | PREFERRED_VERSION_linux-libc-headers ?= "2.6.24" | 31 | PREFERRED_VERSION_linux-libc-headers ?= "2.6.24" |
32 | PREFERRED_VERSION_glibc ?= "2.6.1" | 32 | PREFERRED_VERSION_glibc ?= "2.6.1" |
33 | PREFERRED_VERSION_glibc-initial ?= "2.6.1" | 33 | PREFERRED_VERSION_glibc-initial ?= "2.6.1" |
34 | PREFERRED_VERSION_elfutils ?= "0.108" | 34 | PREFERRED_VERSION_elfutils ?= "0.131" |