From 8151bc5dd1283b2829df2a2890fb7e8bd854b44c Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 9 Jan 2011 13:37:32 -0800 Subject: [PATCH] sane-toolchain.inc: GCC 4.5 works for SH3/SH4 now * Dont set PREFERRED_GCC_VERSION for SH Signed-off-by: Khem Raj --- conf/distro/include/sane-toolchain.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/conf/distro/include/sane-toolchain.inc b/conf/distro/include/sane-toolchain.inc index 5d4fd45f96..642f289d76 100644 --- a/conf/distro/include/sane-toolchain.inc +++ b/conf/distro/include/sane-toolchain.inc @@ -27,8 +27,6 @@ PREFERRED_VERSION_eglibc-initial ?= "${PREFERRED_EGLIBC_VERSION}" PREFERRED_GCC_VERSION_486sx ?= "4.3.2" PREFERRED_GCC_VERSION_avr32 ?= "4.2.2" PREFERRED_GCC_VERSION_bfin ?= "4.1.2" -PREFERRED_GCC_VERSION_sh3 ?= "4.4.4" -PREFERRED_GCC_VERSION_sh4 ?= "4.4.4" PREFERRED_GCC_VERSION_xilinx-ml403 ?= "4.1.1" # This is unrelated to the kernel version, but glibc and some userspaceapps require a recent version to build against -- 2.39.5