summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-07-25 09:29:06 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-07-25 09:29:06 +0000
commit2476a4416d32feb47d8b4938a02d11a71182d5c8 (patch)
tree4b6ad7ec0ea324eacde51a4ceb0ee01d7bbb93f5
parent20d9950f50dafc490092286776d41d14cfbb93ed (diff)
downloadpoky-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
-rw-r--r--meta/conf/distro/include/poky-eabi.inc4
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
13PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc = "gcc-cross" 13PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc = "gcc-cross"
14PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}g++ = "gcc-cross" 14PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}g++ = "gcc-cross"
15 15
16GCCVERSION = "4.2.3" 16GCCVERSION ?= "4.2.3"
17GCCVERSION_qemuarmv7 = "4.3.1" 17GCCVERSION_qemuarmv7 = "4.3.1"
18GCCVERSION_beagleboard = "4.3.1" 18GCCVERSION_beagleboard = "4.3.1"
19GCCVERSION_omap-3430sdp = "4.3.1" 19GCCVERSION_omap-3430sdp = "4.3.1"
@@ -31,4 +31,4 @@ PREFERRED_VERSION_binutils-cross ?= "${BINUVERSION}"
31PREFERRED_VERSION_linux-libc-headers ?= "2.6.24" 31PREFERRED_VERSION_linux-libc-headers ?= "2.6.24"
32PREFERRED_VERSION_glibc ?= "2.6.1" 32PREFERRED_VERSION_glibc ?= "2.6.1"
33PREFERRED_VERSION_glibc-initial ?= "2.6.1" 33PREFERRED_VERSION_glibc-initial ?= "2.6.1"
34PREFERRED_VERSION_elfutils ?= "0.108" 34PREFERRED_VERSION_elfutils ?= "0.131"