diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-07-14 10:50:51 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-07-14 10:50:51 +0100 |
commit | b4bc6f94638fd4a81f4d04681bb2dd10d8a8eb31 (patch) | |
tree | d575e7465b9491aaf5275db88578902011a86385 /meta/conf/distro/include/poky-eabi.inc | |
parent | 6aa20d95c56dbc891df90a59c73faf84025ac63b (diff) | |
download | poky-b4bc6f94638fd4a81f4d04681bb2dd10d8a8eb31.tar.gz |
poky-eabi.inc: Use gcc 4.3.3 for all machines
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/conf/distro/include/poky-eabi.inc')
-rw-r--r-- | meta/conf/distro/include/poky-eabi.inc | 7 |
1 files changed, 1 insertions, 6 deletions
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 | |||
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.3.3" |
17 | GCCVERSION_qemuarmv7 = "4.3.1" | ||
18 | GCCVERSION_beagleboard = "4.3.1" | ||
19 | GCCVERSION_omap-3430sdp = "4.3.1" | ||
20 | GCCVERSION_omap-3430ldp = "4.3.1" | ||
21 | GCCVERSION_overo = "4.3.2" | ||
22 | # 4.2.3+csl-arm-2008q1-126 doesn't work | 17 | # 4.2.3+csl-arm-2008q1-126 doesn't work |
23 | 18 | ||
24 | BINUVERSION = "2.18" | 19 | BINUVERSION = "2.18" |