X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=configure.ac;h=634b66b2bb939565b015fe4c206d1cfce3307a62;hb=636c2750c90e540ed3d4fb66c8dd4dae876945e7;hp=d2386d19cd5e0e1c58b928340932f1c6ac361389;hpb=d70136c3a53cc08098458bf2a60b1657e71c6697;p=ghc-hetmet.git diff --git a/configure.ac b/configure.ac index d2386d1..634b66b 100644 --- a/configure.ac +++ b/configure.ac @@ -197,16 +197,8 @@ AC_SUBST(ICONV_LIB_DIRS) dnl-------------------------------------------------------------------- dnl * Choose host(/target/build) platform dnl-------------------------------------------------------------------- -dnl We don't use the standard autoconf macros for this, but instead -dnl ask the bootstrapping compiler what platform it is for - -dnl Guess host/target/build platform(s) if necessary. -m4_divert_once([HELP_CANON], -[[ -System types: - --build=BUILD configure for building on BUILD [guessed] - --host=HOST cross-compile to build programs to run on HOST [guessed] - --target=TARGET configure for building compilers for TARGET [guessed]]])dnl +dnl If we aren't explicitly told what values to use with configure flags, +dnl we ask the bootstrapping compiler what platform it is for if test "${WithGhc}" != "" then @@ -424,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 ||