From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga01.intel.com ([192.55.52.88]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QMOjK-0002as-Fb for openembedded-core@lists.openembedded.org; Tue, 17 May 2011 20:10:50 +0200 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 17 May 2011 11:07:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.65,226,1304319600"; d="scan'208";a="3467554" Received: from nbuild2.sc.intel.com (HELO localhost) ([172.25.110.37]) by fmsmga001.fm.intel.com with ESMTP; 17 May 2011 11:07:55 -0700 Message-Id: In-Reply-To: References: Old-Date: Tue, 17 May 2011 11:00:06 -0700 Date: Tue, 17 May 2011 11:07:55 -0700 To: poky@yoctoproject.org,openembedded-core@lists.openembedded.org From: Nitin A Kamble Subject: [PATCH 1/1] tcmode-default: switch to gcc 4.6.0 for x86, x86-64 & arm X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2011 18:10:50 -0000 From: Nitin A Kamble mips & ppc are not ready yet. Waiting for kernel issues to be fixed. Signed-off-by: Nitin A Kamble --- meta/conf/distro/include/tcmode-default.inc | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index 584da9b..ae6f272 100644 --- a/meta/conf/distro/include/tcmode-default.inc +++ b/meta/conf/distro/include/tcmode-default.inc @@ -16,8 +16,12 @@ PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}libc-initial = "${TCLIBC}-initial" PREFERRED_PROVIDER_virtual/${SDK_PREFIX}libc-initial-nativesdk = "${TCLIBC}-initial-nativesdk" PREFERRED_PROVIDER_virtual/gettext ??= "gettext" -GCCVERSION ?= "4.5.1" -SDKGCCVERSION ?= "4.5.1" +GCCVERSION ?= "4.6.0" +SDKGCCVERSION ?= "4.6.0" +GCCVERSION_mips ?= "4.5.1" +SDKGCCVERSION_mips ?= "4.5.1" +GCCVERSION_ppc ?= "4.5.1" +SDKGCCVERSION_ppc ?= "4.5.1" BINUVERSION ?= "2.21" GLIBCVERSION ?= "2.10.1" EGLIBCVERSION ?= "2.12" -- 1.7.3.4