summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Add a configure test for pthread_setname_npSimon Marlow2014-10-141-0/+16
* Fix configure check for 9439 bugYuras Shumovich2014-10-071-2/+2
* rts: unrust 'libbfd' debug symbols parserSergei Trofimovich2014-10-051-5/+2
* configure.ac: cleanup: remove unused 'HaveLibDL' substSergei Trofimovich2014-09-021-7/+1
* build: require GHC 7.6 for bootstrappingAustin Seipp2014-08-191-5/+3
* Bug #9439: Ensure that stage 0 compiler isn't affectedBen Gamari2014-08-181-0/+50
* workaround Solaris 11 GNU C CPP issue by using GNU C 3.4 as CPPKarel Gardas2014-08-171-54/+2
* Explicitly version test for package key support.Edward Z. Yang2014-08-131-0/+5
* configure.ac: drop unused HAVE_BIN_SHSergei Trofimovich2014-08-091-3/+0
* configure.ac: drop unused VOID_INT_SIGNALSSergei Trofimovich2014-08-051-25/+1
* Fix windows breakage (fallout from 34f7e9a3c998)Austin Seipp2014-07-041-3/+0
* Control CPP through settings file (#8683)Carter Tazio Schonwald2014-07-021-9/+68
* --with-gcc overrides CC_STAGE0 when not cross-compiling (#8498)Simon Marlow2014-03-271-1/+6
* Fixup help textSimon Marlow2014-03-271-2/+2
* The substitution is never needed, so don't prepare itGabor Greif2014-03-231-1/+0
* add --with-ar and --with-ranlib configure parametersKarel Gardas2014-03-221-0/+15
* Fix __thread detection (#8722)Peter Trommler2014-02-061-2/+2
* Bump version: 7.7 -> 7.9ghc-7.9-startAustin Seipp2014-01-291-1/+1
* Check for __thread in ./configure.acAustin Seipp2014-01-281-1/+15
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-2/+2
* Remove extra space in LIBFFI_CFLAGS (#8349)Peter Trommler2013-09-291-1/+1
* Make sure -fcmm-sink is passed to Parser properlyAustin Seipp2013-09-041-0/+6
* Change the ranlib detectionIan Lynagh2013-07-031-0/+1
* Detect linker information at runtime. Fixes Trac #6063Austin Seipp2013-06-161-2/+0
* Don't create mk/stamp-hIan Lynagh2013-06-091-1/+0
* Remove ghc.specIan Lynagh2013-06-091-1/+1
* Remove the Windows installerIan Lynagh2013-04-201-1/+1
* Small configure.ac refactoringIan Lynagh2013-03-231-2/+3
* Add support for OSX ld's -filelist flagIan Lynagh2013-03-181-0/+1
* add a comment about LD_STAGE0Simon Marlow2013-03-051-0/+3
* Remove some more unused build system codeIan Lynagh2013-03-021-12/+0
* Fix sys/cpuset.h on FreeBSD 9.1; patch from kazu-yamamoto; fixes #7708Ian Lynagh2013-03-011-1/+8
* Remove the MACOSX_DEPLOYMENT stuff; fixes #7559Ian Lynagh2013-02-171-17/+0
* Layout onlyIan Lynagh2013-02-171-18/+21
* Remove support for the --enable-hc-boot flag in configureIan Lynagh2013-02-171-35/+2
* Different layout for configure output and llvm tools.David Terei2013-02-141-3/+5
* Find LLVM tools when version number at end (e.g., llc-3.0) (#7661)David Terei2013-02-141-2/+5
* Distinguish between llvm-gcc/gcc in compiler name detection.Austin Seipp2013-02-101-4/+8
* Better detection of clang in ./configure. Issue #7678.Austin Seipp2013-02-101-1/+7
* Clean up AC_PREREQ.Gabor Greif2013-02-071-7/+5
* Require autoconf 2.60, asGabor Greif2013-02-071-0/+5
* Unify interfae of both variants FP_ARG_WITH_PATH... in aclocal.m4 andDavid Terei2013-02-061-2/+2
* remove last vestiges of AlienScript, it is not used any moreGabor Greif2013-02-021-7/+0
* Detect hard/soft float in the same way as other ARM featuresSimon Marlow2013-01-301-13/+0
* fix ARM hard float "detection"Simon Marlow2013-01-251-3/+3
* Tidy up cross-compilingSimon Marlow2013-01-171-25/+10
* Rearrange configure.ac a bitIan Lynagh2012-12-041-59/+59
* Remove unused PYTHON in build systemIan Lynagh2012-11-301-4/+0
* libffi build system tweaksIan Lynagh2012-11-301-1/+1
* Add configure option to use system provided libffi; fixes #5743Ian Lynagh2012-11-291-0/+55