Comments
Patch
@@ -26,10 +26,6 @@ LINUXLIBCVERSION ?= "2.6.37.2"
# Temporary preferred version overrides for PPC
PREFERRED_VERSION_u-boot-mkimage-native_powerpc ?= "2009.08"
-# Temporary workaround for gcc 4.6.0 ICE with beagleboard
-# gcc bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47719
-TARGET_CC_ARCH_arm_pn-mesa-xlib := "${@'${TARGET_CC_ARCH}'.replace('armv7-a','armv5')}"
-
PREFERRED_VERSION_gcc ?= "${GCCVERSION}"
PREFERRED_VERSION_gcc-cross ?= "${GCCVERSION}"
PREFERRED_VERSION_gcc-cross-initial ?= "${GCCVERSION}"
From: Nitin A Kamble <nitin.a.kamble@intel.com> As we have a fix for gcc 4.6.0 this workaround is not needed anymore This reverts commit 9bccbc5fbc71b331911b558a2ba15e0a6d0046b4. Nitin A Kamble <nitin.a.kamble@intel.com> --- meta/conf/distro/include/tcmode-default.inc | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-)