[oe-commits] [openembedded-core] branch rocko-next updated: XXXX tcmode-default: Use gcc 6.x for testing

git at git.openembedded.org git at git.openembedded.org
Mon Mar 12 21:41:48 UTC 2018


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

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

The following commit(s) were added to refs/heads/rocko-next by this push:
     new 56f7f7d  XXXX tcmode-default: Use gcc 6.x for testing
56f7f7d is described below

commit 56f7f7dc945b2c09a76a4f12a7e9eed5f8899545
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Mon Mar 12 14:40:57 2018 -0700

    XXXX tcmode-default: Use gcc 6.x for testing
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/distro/include/tcmode-default.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc
index 1787a82..70d6192 100644
--- a/meta/conf/distro/include/tcmode-default.inc
+++ b/meta/conf/distro/include/tcmode-default.inc
@@ -22,7 +22,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 ?= "7.%"
+GCCVERSION ?= "6.%"
 SDKGCCVERSION ?= "${GCCVERSION}"
 BINUVERSION ?= "2.29%"
 GDBVERSION ?= "8.0%"

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


More information about the Openembedded-commits mailing list