]> mj.ucw.cz Git - libucw.git/commitdiff
Made gcc-3.4 the default compiler for customization checking.
authorMartin Mares <mj@ucw.cz>
Sun, 29 Jan 2006 23:06:20 +0000 (23:06 +0000)
committerMartin Mares <mj@ucw.cz>
Sun, 29 Jan 2006 23:06:20 +0000 (23:06 +0000)
build/check-customs

index c41ea70f3e5348b82ff1719553c84582b3faf034..6f2d12d52f4bd029995980f0afc5e08c696eb7bd 100755 (executable)
@@ -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