Stefan Reinauer ([email protected]) just uploaded a new patch set to 
gerrit, which you can find at http://review.coreboot.org/1997

-gerrit

commit c4a54b0238c9a8b4e58127f5d7d99a3fbd1ea10e
Author: Stefan Reinauer <[email protected]>
Date:   Fri Dec 7 23:50:01 2012 +0100

    buildgcc: drop hack to build gcc trunk versions
    
    The focus of the script is to create a supported cross toolchain,
    and with GOLD and LTO being released features, we don't need this
    anymore.
    
    Change-Id: Ieb7752ce6e143d93414aba5887190f853cbd5a4b
    Signed-off-by: Stefan Reinauer <[email protected]>
---
 util/crossgcc/buildgcc | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index a388fe1..9e8dc45 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -234,23 +234,6 @@ fi
 USE_GOLD=""
 GCC_OPTIONS="--enable-lto"
 
-if [ ${GCC_VERSION} = "trunk" ]; then
-  if [ ! -r tarballs/gcc-core-${GCC_VERSION}.tar.bz2 ]; then
-    printf "Pre-Release GCC ${GCC_VERSION}, checking out subversion trunk\n"
-    mkdir -p tarballs/.tmp
-    cd tarballs/.tmp
-    rm -rf gcc-${GCC_VERSION}
-    svn export -q svn://gcc.gnu.org/svn/gcc/trunk gcc-${GCC_VERSION}
-    printf "done. Now creating tar ball...\n"
-    tar cjf ../gcc-core-${GCC_VERSION}.tar.bz2 gcc-${GCC_VERSION}
-    printf "done. Now cleaning up...\n"
-    cd ..
-    rm -rf .tmp
-    cd ..
-    printf "done.\n"
-  fi
-fi
-
 printf "Downloading tar balls ... \n"
 mkdir -p tarballs
 for ARCHIVE in $GMP_ARCHIVE $MPFR_ARCHIVE $MPC_ARCHIVE $LIBELF_ARCHIVE  \

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to