X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=configure.ac;h=b1c634c35c2364bd5430df9dbdd43b26a4c4c9d2;hb=f23d3f44a9d68c62ed256d05685d5eca89606d7b;hp=2ca17353da4a5f556c0442f9f9d1009956ffaecd;hpb=e51cdf9b6e54fb4052e46b6d7afb15e062928467;p=ghc-hetmet.git diff --git a/configure.ac b/configure.ac index 2ca1735..b1c634c 100644 --- a/configure.ac +++ b/configure.ac @@ -18,8 +18,6 @@ AC_INIT([The Glorious Glasgow Haskell Compilation System], [6.13], [glasgow-hask # Set this to YES for a released version, otherwise NO : ${RELEASE=NO} -set -e - # The primary version (e.g. 6.7, 6.6.1) is set in the AC_INIT line # above. If this is not a released version, then we will append the # date to the version number (e.g. 6.7.20070204). The date is @@ -407,7 +405,9 @@ then tar -zxf ../../ghc-tarballs/mingw/mingw-runtime*.tar.gz tar -jxf ../../ghc-tarballs/mingw/perl*.tar.bz2 tar -zxf ../../ghc-tarballs/mingw/w32api*.tar.gz + mv bin/gcc.exe bin/realgcc.exe cd ../.. + inplace/mingw/bin/realgcc.exe driver/gcc/gcc.c driver/utils/getLocation.c -Idriver/utils -o inplace/mingw/bin/gcc.exe AC_MSG_NOTICE([In-tree mingw tree created]) fi fi