mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 03:32:12 +02:00
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>
This commit is contained in:
@@ -12,7 +12,9 @@ PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc = "gcc-cross"
|
||||
PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}g++ = "gcc-cross"
|
||||
PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}compilerlibs = "gcc-runtime"
|
||||
|
||||
GCCVERSION ?= "4.3.3"
|
||||
GCCVERSION ?= "4.5.0"
|
||||
GCCVERSION_powerpc ?= "4.3.3"
|
||||
GCCVERSION_mips ?= "4.3.3"
|
||||
BINUVERSION ?= "2.20.1"
|
||||
GLIBCVERSION ?= "2.10.1"
|
||||
LINUXLIBCVERSION ?= "2.6.34"
|
||||
|
||||
Reference in New Issue
Block a user