From b4bc6f94638fd4a81f4d04681bb2dd10d8a8eb31 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 14 Jul 2009 10:50:51 +0100 Subject: poky-eabi.inc: Use gcc 4.3.3 for all machines Signed-off-by: Richard Purdie --- meta/conf/distro/include/poky-eabi.inc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'meta/conf') diff --git a/meta/conf/distro/include/poky-eabi.inc b/meta/conf/distro/include/poky-eabi.inc index 003bbedab1..19a3d32e05 100644 --- a/meta/conf/distro/include/poky-eabi.inc +++ b/meta/conf/distro/include/poky-eabi.inc @@ -13,12 +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_qemuarmv7 = "4.3.1" -GCCVERSION_beagleboard = "4.3.1" -GCCVERSION_omap-3430sdp = "4.3.1" -GCCVERSION_omap-3430ldp = "4.3.1" -GCCVERSION_overo = "4.3.2" +GCCVERSION ?= "4.3.3" # 4.2.3+csl-arm-2008q1-126 doesn't work BINUVERSION = "2.18" -- cgit v1.2.3-54-g00ecf