angstrom-v2014.12.conf: Dont mix gcc sources
In angstrom we use linaro gcc for ARM, but only for cross and target compilers, when it comes to cross sdk compilers then we switch to OE-core, this worked fine until gcc-source recipe was introduced, the implementation forces to have just 1 version of gcc sources, which happens to be provided by linaro gcc here, so as soon as it comes to building non-linaro gcc it does not know that sources are not in expected shared location Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -64,7 +64,6 @@ ANGSTROM_NATIVE_BINUTILS_VERSION ?= "2.24%"
|
||||
ANGSTROM_GCC_VERSION_arm ?= "linaro-4.9%"
|
||||
ANGSTROM_GCC_VERSION_aarch64 ?= "linaro-4.9%"
|
||||
# we use OE-Core for native and nativesdk GCC
|
||||
SDKGCCVERSION_arm ?= "4.9%"
|
||||
ANGSTROM_BINUTILS_VERSION_arm ?= "linaro-%"
|
||||
ANGSTROM_BINUTILS_VERSION_aarch64 ?= "linaro-%"
|
||||
ANGSTROM_GDB_VERSION_arm ?= "linaro-%"
|
||||
|
||||
Reference in New Issue
Block a user