angstrom-bleeding.conf: Use gcc 4.6.0 instead of 4.6

Now we have gcc 4.6.0 bbextended into meta-oe so we
use that instead of 4.6 which has been deleted from
meta-oe

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Khem Raj
2011-06-12 23:15:27 -07:00
committed by Koen Kooi
parent b3b88c59e6
commit 12dcd939be

View File

@@ -1,7 +1,7 @@
# Bleeding edge version of angstrom
# Only use for toolchain testing!
ANGSTROM_GCC_VERSION ?= "4.6"
ANGSTROM_GCC_VERSION ?= "4.6.0"
ANGSTROM_BINUTILS_VERSION ?= "2.21"
PREFERRED_VERSION_eglibc ?= "2.13"