summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Change remaining uses of cTargetOS to platformOSIan Lynagh2011-05-081-2/+0
* Remove unused hasktags configure checkDavid Terei2011-05-041-2/+0
* Small DynFlags improvementsIan Lynagh2011-05-011-0/+1
* Add ar location and details to settings fileIan Lynagh2011-04-291-0/+3
* configure: bootstrapping fix (#5155)Ian Lynagh2011-04-281-5/+8
* Rename "GCC command" to "C compiler command"Ian Lynagh2011-04-231-1/+1
* Get CC_STAGE0 from the bootstrapping compilerIan Lynagh2011-04-231-0/+2
* Remove unused ArSupportsInput makefile varIan Lynagh2011-04-231-1/+0
* Rename FP_HAVE_GCC to FP_GCC_VERSIONIan Lynagh2011-04-221-1/+1
* Remove redundant tests for whether we're in a GHC treeIan Lynagh2011-04-221-1/+1
* Rename "extra-gcc-opts" to "settings", and start generalising itIan Lynagh2011-04-211-1/+1
* Change the way module initialisation is done (#3252, #4417)Simon Marlow2011-04-121-0/+1
* - disable shared lib support on Solaris 10 and older (fixes #4973)Karel Gardas2011-04-081-0/+17
* Write the XCode version test differentlyIan Lynagh2011-03-131-3/+8
* Improve the XCode version detectionIan Lynagh2011-03-071-11/+18
* configure: amend sanity checkSergei Trofimovich2011-03-011-1/+5
* Turn off split objects on Darwin if XCode < 3.2 (#4013)Ian Lynagh2011-02-251-0/+23
* Generate the OS X installer from a bindist, rather than from a source treeIan Lynagh2011-02-231-1/+1
* Fix platform detection in bindistsIan Lynagh2011-02-111-66/+1
* Enable DTrace on Solaris; based on a patch from Karel GardasIan Lynagh2011-02-101-1/+1
* update to mingw gcc 4.5.2Simon Marlow2011-01-191-0/+2
* Keep separate linker flags, for when we want to link with gcc or ldIan Lynagh2011-01-241-7/+10
* Add OSTYPE build-system variable, and use itsimonpj@microsoft.com2011-01-131-0/+5
* In configure, test that GHC generates code for the correct platform (#4819)Simon Marlow2011-01-071-0/+10
* add comment to remind people to update driver/gcc/gcc.cSimon Marlow2011-01-061-0/+3
* Define cTargetArch and start to use it rather than ifdefsIan Lynagh2011-01-041-0/+1
* Remove dead code now that we require the bootstrapping compiler be >= 6.12Ian Lynagh2010-12-141-5/+0
* GHC 6.12 is now needed to build the HEADIan Lynagh2010-12-141-2/+2
* Add libstdc++-4.5.0-1-mingw32-dll-6.tar.lzma to mingw tarballsIan Lynagh2010-12-131-0/+2
* Make CPPFLAGS variables, as well as CFLAGS and LDFLAGSIan Lynagh2010-12-071-4/+7
* Tweak the cleaning of inplace/; fixes trac #4320Ian Lynagh2010-12-051-1/+2
* Remove unused variables from the build system: HBC, NHC, MKDEPENDHSIan Lynagh2010-11-241-3/+0
* Add a configure test for the visibility hidden attributeIan Lynagh2010-11-231-0/+2
* For bindists, build ghc-pwd with stage 1Ian Lynagh2010-11-211-0/+1
* configure.ac tweaksIan Lynagh2010-11-201-51/+15
* Improve the OS X installerIan Lynagh2010-10-221-1/+1
* Change how the OS X installer's create-links finds the versin numberIan Lynagh2010-10-171-1/+1
* Fix build following haskell98 and -fglasgow-exts changesIan Lynagh2010-10-061-1/+1
* Check inplace doesn't exist before we try to create itIan Lynagh2010-09-241-1/+1
* Bump version to 7.1Ian Lynagh2010-09-211-1/+1
* 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