From 72cee107e006b132dd9e5877bbc963aa1713bce0 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 29 Jan 2006 23:06:20 +0000 Subject: [PATCH] Made gcc-3.4 the default compiler for customization checking. --- build/check-customs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5