mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
tcmode-default: Make gcc9 the default
All known issues have been addressed in OE-Core, switch to gc9 by default. (From OE-Core rev: 55014de1cb19d46467314adf37c88b1b91e001f4) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -18,7 +18,7 @@ PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}libc-initial = "${TCLIBC}-initial"
|
||||
PREFERRED_PROVIDER_virtual/nativesdk-${SDK_PREFIX}libc-initial ?= "nativesdk-glibc-initial"
|
||||
PREFERRED_PROVIDER_virtual/gettext ??= "gettext"
|
||||
|
||||
GCCVERSION ?= "8.%"
|
||||
GCCVERSION ?= "9.%"
|
||||
SDKGCCVERSION ?= "${GCCVERSION}"
|
||||
BINUVERSION ?= "2.32%"
|
||||
GDBVERSION ?= "8.3%"
|
||||
|
||||
Reference in New Issue
Block a user