From 2476a4416d32feb47d8b4938a02d11a71182d5c8 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Fri, 25 Jul 2008 09:29:06 +0000 Subject: 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 --- meta/conf/distro/include/poky-eabi.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta') diff --git a/meta/conf/distro/include/poky-eabi.inc b/meta/conf/distro/include/poky-eabi.inc index cf2f336de..711970bf2 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 PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc = "gcc-cross" PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}g++ = "gcc-cross" -GCCVERSION = "4.2.3" +GCCVERSION ?= "4.2.3" GCCVERSION_qemuarmv7 = "4.3.1" GCCVERSION_beagleboard = "4.3.1" GCCVERSION_omap-3430sdp = "4.3.1" @@ -31,4 +31,4 @@ PREFERRED_VERSION_binutils-cross ?= "${BINUVERSION}" PREFERRED_VERSION_linux-libc-headers ?= "2.6.24" PREFERRED_VERSION_glibc ?= "2.6.1" PREFERRED_VERSION_glibc-initial ?= "2.6.1" -PREFERRED_VERSION_elfutils ?= "0.108" +PREFERRED_VERSION_elfutils ?= "0.131" -- cgit v1.2.3