From: Khem Raj Date: Mon, 15 Nov 2010 23:28:39 +0000 (-0800) Subject: sane-toolchain.inc: Choose GCC 4.4.4 for SH bases machines X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=448d705bee6fbd203679e4bf224c9065f38ea6ac;p=openembedded.git sane-toolchain.inc: Choose GCC 4.4.4 for SH bases machines Signed-off-by: Khem Raj --- diff --git a/conf/distro/include/sane-toolchain.inc b/conf/distro/include/sane-toolchain.inc index 6d460a2d8a..505221d687 100644 --- a/conf/distro/include/sane-toolchain.inc +++ b/conf/distro/include/sane-toolchain.inc @@ -19,6 +19,8 @@ PREFERRED_UCLIBC_VERSION ?= "0.9.31" 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" PREFERRED_GCC_VERSION_xilinx-ml403 ?= "4.1.1"