From ace2dc3ac117ea1a353fc1fb9922c88cb91b0d0c Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Wed, 19 May 2010 10:01:37 +0000 Subject: The AMD Fam10 code breaks with coreboot 4.5.0. Potentially caused by reordering. Going back to 4.4.4 which is known working on Fam10 until gcc or the Fam10 code is fixed. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5571 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/crossgcc/buildgcc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'util') diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index e8efb5c525..512b049771 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -18,8 +18,8 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA # -CROSSGCC_DATE="March 29th, 2010" -CROSSGCC_VERSION="1.0" +CROSSGCC_DATE="May 18th, 2010" +CROSSGCC_VERSION="1.01" # default settings TARGETDIR=`pwd`/xgcc @@ -31,7 +31,9 @@ GMP_VERSION=5.0.1 MPFR_VERSION=2.4.2 MPC_VERSION=0.8.2 LIBELF_VERSION=0.8.13 -GCC_VERSION=4.5.0 # enable for Link Time Optimization & Co +# GCC 4.5.0 is broken on some AMD boards: +# GCC_VERSION=4.5.0 # enable for Link Time Optimization & Co +GCC_VERSION=4.4.4 BINUTILS_VERSION=2.20.1 GDB_VERSION=7.1 W32API_VERSION=3.14 -- cgit v1.2.3