From: Ian Lynagh Date: Tue, 18 May 2010 18:15:56 +0000 (+0000) Subject: Set the location of ar to be the in-tree ar on Windows X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=8924296aac382b808d89c865a9c4a05ebbf21a0e Set the location of ar to be the in-tree ar on Windows --- diff --git a/configure.ac b/configure.ac index 05fdc80..634b66b 100644 --- a/configure.ac +++ b/configure.ac @@ -416,6 +416,7 @@ then CC="$hardtop/inplace/mingw/bin/gcc.exe" LD="$hardtop/inplace/mingw/bin/ld.exe" NM="$hardtop/inplace/mingw/bin/nm.exe" + fp_prog_ar_raw="$hardtop/inplace/mingw/bin/ar.exe" if ! test -d inplace/mingw || test inplace/mingw -ot ghc-tarballs/mingw/binutils*.tar.gz || test inplace/mingw -ot ghc-tarballs/mingw/gcc-core*.tar.gz ||