summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Fix gcc wrapper for new mingw binariesIan Lynagh2010-09-051-1/+5
* Update intree-mingw creationIan Lynagh2010-09-041-9/+17
* Update commands to build in-tree mingwIan Lynagh2010-09-041-12/+10
* Don't test for gcc flags before we've found gccIan Lynagh2010-08-241-6/+7
* Integrate new I/O manager, with signal supportJohan Tibell2010-07-241-0/+4
* Fix the -lm configure test; fixes #4155Ian Lynagh2010-08-051-2/+5
* Add thread affinity support for FreeBSDGabor Pali2010-07-201-1/+1
* Use different CC/LD options for different stagesIan Lynagh2010-07-231-10/+12
* Add configure flags for the location of GMP includes/library; fixes #4022Ian Lynagh2010-05-251-0/+16
* Unset $CFLAGS for "GNU non-executable stack" configure test; fixes #3889Ian Lynagh2010-05-211-0/+6
* Set the location of ar to be the in-tree ar on WindowsIan Lynagh2010-05-181-0/+1
* Remove duplicate "./configure --help" output; fixes #4075Ian Lynagh2010-05-161-10/+2
* Update various 'sh boot's to 'perl boot'Ian Lynagh2010-05-161-1/+1
* Fix the GHC API link in the main doc index.htmlIan Lynagh2010-04-221-1/+1
* Remove the ghc_ge_609 makefile variablesIan Lynagh2010-04-121-2/+0
* Increase the minimum version number required to 6.10 in configure.acIan Lynagh2010-04-121-2/+2
* Explicitly check whether ar supports the @file syntaxIan Lynagh2010-03-291-1/+1
* Add gcc-g++ to the inplace mingw installation; fixes #3893Ian Lynagh2010-03-261-0/+2
* Fix the build for non-GNU-arIan Lynagh2010-03-241-0/+1
* When compiling with GHC >= 6.13, use -rtsoptsIan Lynagh2010-03-141-0/+2
* Fix the link to the ghc docs in libraries/prologue.txtIan Lynagh2010-02-231-1/+3
* Fix more library links in the user guideIan Lynagh2010-02-231-0/+2
* Fix the links to the base docs from the user guideIan Lynagh2010-02-231-1/+3
* Refactor gcc.c, pulling out the reusable codeIan Lynagh2010-02-181-1/+1
* Allow GNU-standard --host, --build, --target configure options (#3637)Simon Marlow2010-01-191-18/+56
* Partial support for Haiku (#3727)Simon Marlow2009-12-211-1/+1
* fix up libm detection and use (#3724)Simon Marlow2009-12-161-5/+2
* configure.ac: fix libm checks (Trac #3730)Sergei Trofimovich2009-12-041-5/+9
* #include <sys/select.h> if we have it (#3760)Simon Marlow2009-12-161-1/+1
* Expose all EventLog events as DTrace probesManuel M T Chakravarty2009-12-121-0/+10
* Put README and INSTALL into bindistsIan Lynagh2009-12-091-1/+1
* Use dlltool from the in-tree mingw installationIan Lynagh2009-12-011-15/+0
* Look for sed as gsed firstIan Lynagh2009-12-011-1/+1
* Remove configure tests on tarballs that no longer existIan Lynagh2009-11-271-2/+0
* Use the ghc-perl tarball on Windows, instead of the msys oneIan Lynagh2009-11-201-2/+13
* Add gnutar to the list of names we use when looking for GNU tarIan Lynagh2009-11-191-1/+1
* Add autoconf code to locate dlltool on WindowsBen.Lippmeier@anu.edu.au2009-11-101-0/+15
* Add the msysCORE*.tar.gz tarball to the list of tarballs we unpackIan Lynagh2009-11-181-0/+2
* Support for DragonFly BSDSimon Marlow2009-11-111-1/+1
* Fix some bugs to do with tools in paths containing spacesSimon Marlow2009-11-041-5/+5
* Add some &&s to configureIan Lynagh2009-10-291-9/+10
* Don't "set -e" in configure.acIan Lynagh2009-10-291-2/+0
* Wrap gcc on Windows, to provide the -B flagsIan Lynagh2009-10-271-0/+2
* Make a mingw tree from mingw tarballsIan Lynagh2009-10-231-34/+43
* Do "set -e" in configure.acIan Lynagh2009-10-231-0/+2
* Remove FP_MINGW_GCC now that we use an in-tree gccIan Lynagh2009-10-081-1/+0
* Remove the windres configure check, now that we use an in-tree windresIan Lynagh2009-10-081-3/+0
* Make the bindist AC_INIT line match the main configure script'sIan Lynagh2009-10-041-1/+1
* Remove long rotted configure support for Windows DLLsBen.Lippmeier@anu.edu.au2009-09-261-32/+0
* Set version number to 6.13Ian Lynagh2009-09-221-1/+1