From: Ian Lynagh Date: Wed, 30 Sep 2009 21:05:02 +0000 (+0000) Subject: We no longer need to specify the gcc and ld location when validating X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=ca9e16a468bef1e40c6675afb0b632f53ca60a09 We no longer need to specify the gcc and ld location when validating on Windows, as they are now in-tree --- 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