Idwer Vollering (vidwer@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1617
-gerrit
commit 4d3955d8a3658e9ea414698e57f5f9d1fcf9279a Author: Idwer Vollering vidwer@gmail.com Date: Thu Oct 25 03:00:59 2012 +0200
crossgcc: update to mingwrt 3.20-2
This patch updates crossgcc to download and compile mingwrt 3.20-2
Change-Id: Ic5ed2df4c3643e469a62c51643d3fc756eb3e615 Signed-off-by: Idwer Vollering vidwer@gmail.com --- util/crossgcc/buildgcc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 4ce7d7a..5f4be50 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -39,7 +39,8 @@ BINUTILS_VERSION=2.23 GDB_VERSION=7.5 W32API_VERSION=3.17-2 W32API_VERSION_SHORT=3.17 -MINGWRT_VERSION=3.18 +MINGWRT_VERSION=3.20-2 +MINGWRT_VERSION_SHORT=3.20 IASL_VERSION=20120420 PYTHON_VERSION=2.7.2 EXPAT_VERSION=2.0.1