[oe-commits] Tom Rini : sane-toolchain.inc: Don't hold ppc405 back to gcc 4.4.1

git version control git at git.openembedded.org
Thu May 20 17:07:29 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b4f2c5f863d856fce6bbf45768a04fa44d7b3d4f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b4f2c5f863d856fce6bbf45768a04fa44d7b3d4f

Author: Tom Rini <tom_rini at mentor.com>
Date:   Thu May 20 10:05:46 2010 -0700

sane-toolchain.inc: Don't hold ppc405 back to gcc 4.4.1

Given the other powerpc issues that are now fixed in 4.4.4, this leads to
ppc405 being broken.

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 conf/distro/include/sane-toolchain.inc |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/conf/distro/include/sane-toolchain.inc b/conf/distro/include/sane-toolchain.inc
index 7f249b0..1b77f75 100644
--- a/conf/distro/include/sane-toolchain.inc
+++ b/conf/distro/include/sane-toolchain.inc
@@ -21,7 +21,6 @@ PREFERRED_GCC_VERSION_486sx          ?= "4.3.2"
 PREFERRED_GCC_VERSION_avr32          ?= "4.2.2"
 PREFERRED_GCC_VERSION_armv7a         ?= "4.4.1" 
 PREFERRED_GCC_VERSION_bfin           ?= "4.1.2"
-PREFERRED_GCC_VERSION_ppc405         ?= "4.4.1"
 PREFERRED_GCC_VERSION_xilinx-ml403   ?= "4.1.1"
 PREFERRED_GCC_VERSION_xilinx-ml403   ?= "4.1.1"
 





More information about the Openembedded-commits mailing list