From a348d901c7536023033d23189c15896340a0a23d Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 7 Dec 2012 23:50:01 +0100 Subject: 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 Reviewed-on: http://review.coreboot.org/1997 Reviewed-by: Ronald G. Minnich Tested-by: build bot (Jenkins) --- util/crossgcc/buildgcc | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index a388fe125e..9e8dc45577 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 \ -- cgit v1.2.3