From: Martin Mares Date: Sun, 29 Jan 2006 23:06:20 +0000 (+0000) Subject: Made gcc-3.4 the default compiler for customization checking. X-Git-Tag: holmes-import~683 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=72cee107e006b132dd9e5877bbc963aa1713bce0;p=libucw.git Made gcc-3.4 the default compiler for customization checking. --- diff --git a/build/check-customs b/build/check-customs index c41ea70f..6f2d12d5 100755 --- a/build/check-customs +++ b/build/check-customs @@ -15,7 +15,7 @@ function try ( cd $TDIR - if ! ../../configure $@ CC=gcc-3.0 >>log 2>&1 ; then + if ! ../../configure $@ CC=gcc-3.4 >>log 2>&1 ; then echo " CANNOT CONFIGURE" exit 1 fi