[oe-commits] [openembedded-core] 23/23: tcmode-default: Test gcc9 as default on everything except mips

git at git.openembedded.org git at git.openembedded.org
Sat May 25 20:17:41 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit abf738f38b7f5e6c7b2aa2b1d516fb814e44f310
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Wed May 22 07:55:34 2019 +0100

    tcmode-default: Test gcc9 as default on everything except mips
    
    mips is the only rchitecture not working with gcc9, switch the others
    leaving mips on gcc 8.X until we can figure out the fix for that.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/distro/include/tcmode-default.inc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc
index 744c6c3..5c10a4b 100644
--- a/meta/conf/distro/include/tcmode-default.inc
+++ b/meta/conf/distro/include/tcmode-default.inc
@@ -18,7 +18,9 @@ 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.%"
+GCCVERSION_mips ?= "8.%"
+GCCVERSION_mips64 ?= "8.%"
 SDKGCCVERSION ?= "${GCCVERSION}"
 BINUVERSION ?= "2.32%"
 GDBVERSION ?= "8.3%"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list