]> code.ossystems Code Review - openembedded-core.git/commitdiff
tcmode-default: Use SDKGCCVERSION ?= "${GCCVERSION}"
authorKhem Raj <raj.khem@gmail.com>
Thu, 22 Mar 2012 22:51:29 +0000 (15:51 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 26 Apr 2012 13:48:47 +0000 (14:48 +0100)
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 <raj.khem@gmail.com>
meta/conf/distro/include/tcmode-default.inc

index 3dc0932caccee73945be78f2f24a2c0988c3aefd..ce10c1d5b218bb556a3ac004e9faf5fd71edb742 100644 (file)
@@ -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"