We no longer need to specify the gcc and ld location when validating
authorIan Lynagh <igloo@earth.li>
Wed, 30 Sep 2009 21:05:02 +0000 (21:05 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 30 Sep 2009 21:05:02 +0000 (21:05 +0000)
on Windows, as they are now in-tree

validate

index a0b9e16..a042664 100644 (file)
--- 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