summaryrefslogtreecommitdiff
path: root/validate
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2009-03-05 11:26:18 +0000
committerSimon Marlow <marlowsd@gmail.com>2009-03-05 11:26:18 +0000
commit028d076605ade76f738fab91fdf3da3baa976c30 (patch)
tree0eb1137db56ca1534b786e195ab58cdec5a6d63f /validate
parent43e0bca04009902c16f8f764dcb9a78c8da277c9 (diff)
downloadhaskell-028d076605ade76f738fab91fdf3da3baa976c30.tar.gz
add --with-ld=c:/mingw/bin/ld
Diffstat (limited to 'validate')
-rw-r--r--validate4
1 files changed, 4 insertions, 0 deletions
diff --git a/validate b/validate
index 4e2352b9cb..b364f57585 100644
--- a/validate
+++ b/validate
@@ -64,6 +64,10 @@ if [ $no_clean -eq 0 ]; then
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