diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-10 15:09:33 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-10 15:09:33 +0100 |
commit | 6ef17f4b31bb4b449513ab422c0bf63acad6f0f0 (patch) | |
tree | c7d25896d182d2342f9a72507ef6d4d84133450c /meta | |
parent | 1842635ee89b1ffb3b6fda2c9fecaff973900f0a (diff) | |
download | poky-6ef17f4b31bb4b449513ab422c0bf63acad6f0f0.tar.gz |
poky-default.inc: Make gcc 4.5.0 the default but not for mips and powerpc yet
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/include/poky-default.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/conf/distro/include/poky-default.inc b/meta/conf/distro/include/poky-default.inc index 091578ff1d..c66a0833bb 100644 --- a/meta/conf/distro/include/poky-default.inc +++ b/meta/conf/distro/include/poky-default.inc | |||
@@ -12,7 +12,9 @@ PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc = "gcc-cross" | |||
12 | PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}g++ = "gcc-cross" | 12 | PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}g++ = "gcc-cross" |
13 | PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}compilerlibs = "gcc-runtime" | 13 | PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}compilerlibs = "gcc-runtime" |
14 | 14 | ||
15 | GCCVERSION ?= "4.3.3" | 15 | GCCVERSION ?= "4.5.0" |
16 | GCCVERSION_powerpc ?= "4.3.3" | ||
17 | GCCVERSION_mips ?= "4.3.3" | ||
16 | BINUVERSION ?= "2.20.1" | 18 | BINUVERSION ?= "2.20.1" |
17 | GLIBCVERSION ?= "2.10.1" | 19 | GLIBCVERSION ?= "2.10.1" |
18 | LINUXLIBCVERSION ?= "2.6.34" | 20 | LINUXLIBCVERSION ?= "2.6.34" |