]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Replaced gcc version 3.4.0 by 3.4.1. Set LC_ALL=C such that gcc's warning messages...
authorBart Van Assche <bvanassche@acm.org>
Thu, 12 Jun 2008 13:49:49 +0000 (13:49 +0000)
committerBart Van Assche <bvanassche@acm.org>
Thu, 12 Jun 2008 13:49:49 +0000 (13:49 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8225

exp-drd/scripts/compile-gcc

index e0c833cdd63d70d013d7d067fac5ad9d4bb89ec2..e71fb68345cce22dedad6d016c4aeaf56a4a0428 100755 (executable)
@@ -6,7 +6,7 @@
 # are called gmp-devel and mpfr-devel.
 
 
-GCC_VERSION=4.3.0
+GCC_VERSION=4.3.1
 FSF_MIRROR=ftp://ftp.easynet.be/gnu
 SRCDIR=$HOME/software
 DOWNLOADS=$SRCDIR/downloads
@@ -14,6 +14,7 @@ SRC=$HOME/software/gcc-${GCC_VERSION}
 BUILD=${SRC}-build
 TAR=gcc-${GCC_VERSION}.tar.bz2
 PREFIX=$HOME/gcc-${GCC_VERSION}
+export LC_ALL=C
 export MAKEFLAGS="-j$(($(grep -c '^processor' /proc/cpuinfo) + 1))"
 
 if [ ! -e /usr/include/gmp.h ]; then