[oe-commits] Khem Raj : tcmode-default: Use SDKGCCVERSION ?= "${GCCVERSION}"

git at git.openembedded.org git at git.openembedded.org
Thu Apr 26 14:08:23 UTC 2012


Module: openembedded-core.git
Branch: master-next
Commit: 1f9c07d8a086a3dc3bb68eaabd56a1b1730306ff
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=1f9c07d8a086a3dc3bb68eaabd56a1b1730306ff

Author: Khem Raj <raj.khem at gmail.com>
Date:   Thu Mar 22 15:51:29 2012 -0700

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 <raj.khem at gmail.com>

---

 meta/conf/distro/include/tcmode-default.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc
index 3dc0932..ce10c1d 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"





More information about the Openembedded-commits mailing list