From ca9e16a468bef1e40c6675afb0b632f53ca60a09 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 30 Sep 2009 21:05:02 +0000 Subject: [PATCH] We no longer need to specify the gcc and ld location when validating on Windows, as they are now in-tree --- validate | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/validate b/validate index a0b9e16..a042664 100644 --- a/validate +++ b/validate @@ -61,18 +61,6 @@ if [ $no_clean -eq 0 ]; then then INSTDIR=`cygpath -m "$INSTDIR"` fi - case $OSTYPE in - cygwin|msys) config_args=--build=i386-unknown-mingw32 - if [ -f c:/mingw/bin/gcc.exe ] - then - config_args="$config_args --with-gcc=c:/mingw/bin/gcc" - fi - if [ -f c:/mingw/bin/ld.exe ] - then - config_args="$config_args --with-ld=c:/mingw/bin/ld" - fi - ;; - esac sh boot ./configure --prefix="$INSTDIR" $config_args -- 1.7.10.4