diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-05-20 10:05:46 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-05-20 10:07:18 -0700 |
commit | b4f2c5f863d856fce6bbf45768a04fa44d7b3d4f (patch) | |
tree | edb171f3aeb795be762e8d83acb53c291128812a | |
parent | 7425e92b1c7918c8c3b609950dbdb44dd488f1fe (diff) |
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@mentor.com>
-rw-r--r-- | 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 7f249b04f7..1b77f7573b 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" |