mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
tcmode-default: Use SDKGCCVERSION ?= "${GCCVERSION}"
Usually they should be same if not defined to be different by user. In this case if I override GCCVERSION in local.conf then SDKGCCVERSION will also follow the suite. (From OE-Core rev: 1f9c07d8a086a3dc3bb68eaabd56a1b1730306ff) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -18,7 +18,7 @@ PREFERRED_PROVIDER_virtual/${SDK_PREFIX}libc-initial-nativesdk = "${TCLIBC}-init
|
||||
PREFERRED_PROVIDER_virtual/gettext ??= "gettext"
|
||||
|
||||
GCCVERSION ?= "4.6%"
|
||||
SDKGCCVERSION ?= "4.6%"
|
||||
SDKGCCVERSION ?= "${GCCVERSION}"
|
||||
BINUVERSION ?= "2.22"
|
||||
EGLIBCVERSION ?= "2.13"
|
||||
UCLIBCVERSION ?= "0.9.33"
|
||||
|
||||
Reference in New Issue
Block a user