From: Khem Raj Date: Thu, 22 Mar 2012 22:51:29 +0000 (-0700) Subject: tcmode-default: Use SDKGCCVERSION ?= "${GCCVERSION}" X-Git-Tag: 2015-4~10840 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1f9c07d8a086a3dc3bb68eaabd56a1b1730306ff;p=openembedded-core.git 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. Signed-off-by: Khem Raj --- diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index 3dc0932cac..ce10c1d5b2 100644 --- a/meta/conf/distro/include/tcmode-default.inc +++ b/meta/conf/distro/include/tcmode-default.inc @@ -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"