summaryrefslogtreecommitdiff
path: root/aclocal.m4
Commit message (Expand)AuthorAgeFilesLines
* Test whether ld flags exist before using themIan Lynagh2011-11-271-16/+51
* Pass "--hash-size=31 --reduce-memory-overhead" to ld; fixes trac #5240Ian Lynagh2011-11-271-2/+7
* Fixes for NetBSDIan Lynagh2011-11-251-1/+4
* mergeSimon Marlow2011-11-221-0/+16
|\
| * Add autoconf support to detect an LLVM-based C compilerDavid M Peixotto2011-10-071-0/+16
* | fix configure's generation of settings file on ARM platformKarel Gardas2011-11-021-2/+2
* | FIX BUILD on OS X 10.5: Check whether ld understands -no_compact_unwindThorkil Naur2011-10-191-0/+25
* | A little more CPP removalIan Lynagh2011-10-191-1/+10
* | Convert the HAVE_GNU_NONEXEC_STACK conditional into HaskellIan Lynagh2011-10-191-0/+18
* | Add "have subsections via symbols" to the Platform typeIan Lynagh2011-10-191-0/+15
* | Put the target platform in the settings fileIan Lynagh2011-10-191-58/+166
|/
* Fix bindist finding gcc on OS X; fixes trac #5397Ian Lynagh2011-10-011-0/+90
* Add s390x to list of supported architecturesJoachim Breitner2011-09-061-0/+3
* Update to work with Alex 3.0: basically disabling Alex's new UnicodeSimon Marlow2011-08-051-0/+3
* Refactor configure.ac's: Define FIND_GCC() in aclocal.m4Ian Lynagh2011-08-031-0/+18
* Refactor configure.ac's: Put XCODE_VERSION() in aclocal.m4Ian Lynagh2011-08-031-0/+26
* Fix path to Cabal library, corrects documentation.Lennart Kolmodin2011-08-021-2/+4
* The patch fixes recognition of 'softfloat' targets as valid:Sergei Trofimovich2011-06-261-0/+3
* Fix gcc 4.6 warnings; fixes #5176Ian Lynagh2011-06-251-1/+4
* Fix path to touch on WindowsIan Lynagh2011-06-231-1/+1
* Share more code between configure.ac and distrib/configure.ac.inIan Lynagh2011-06-221-0/+52
* fix path to ghc-pwdSimon Marlow2011-06-061-1/+1
* Remove unused hasktags configure checkDavid Terei2011-05-041-12/+0
* Use "true" rather than ":" for RANLIB, where we don't have ranlibIan Lynagh2011-04-291-2/+2
* Move the machdepCCOpts flags into cCcOptsIan Lynagh2011-04-291-0/+15
* Get CC_STAGE0 from the bootstrapping compilerIan Lynagh2011-04-231-0/+15
* Remove unused ArSupportsInput makefile varIan Lynagh2011-04-231-26/+0
* Rename FP_HAVE_GCC to FP_GCC_VERSIONIan Lynagh2011-04-221-4/+4
* Remove HaveGcc (it was always YES)Ian Lynagh2011-04-221-19/+11
* Remove redundant tests for whether we're in a GHC treeIan Lynagh2011-04-221-1/+1
* fix documentation of FP_ARG_WITH_PATH_GNU_PROGMark Lentczner2011-04-221-2/+2
* do not use sed for version date processing but rather cut and trMatthias Kilian2011-04-201-1/+1
* Now that -fvia-C is gone, we don't need -march=i686 on i386 DarwinIan Lynagh2011-04-131-7/+3
* Change the way module initialisation is done (#3252, #4417)Simon Marlow2011-04-121-0/+25
* Remove dead code, now that -fvia-c is a no-opIan Lynagh2011-04-041-27/+0
* Stop explicitly asking for 10.5 support on OS X; fixes #5011Ian Lynagh2011-03-131-10/+0
* configure: triplet: accept i486 CPU (and more), more vendors and OSesSergei Trofimovich2011-03-011-2/+13
* Fix platform detection in bindistsIan Lynagh2011-02-111-0/+77
* Keep separate linker flags, for when we want to link with gcc or ldIan Lynagh2011-01-241-7/+11
* Reinstate the OS X flags in the LDFLAGS etc variablesIan Lynagh2011-01-171-9/+3
* It's not clear if LDFLAGS flags will be given to gcc or ld,Ian Lynagh2011-01-161-4/+14
* Make CPPFLAGS variables, as well as CFLAGS and LDFLAGSIan Lynagh2010-12-071-1/+4
* Add a configure messageIan Lynagh2010-12-061-0/+2
* Tell gcc to support back to OS X 10.5Ian Lynagh2010-12-031-0/+8
* Tweak a configure testIan Lynagh2010-11-231-1/+1
* Add a configure test for the visibility hidden attributeIan Lynagh2010-11-231-0/+18
* For bindists, build ghc-pwd with stage 1Ian Lynagh2010-11-211-30/+36
* configure.ac tweaksIan Lynagh2010-11-201-19/+45
* Update to docbook 4.5; fixes trac #4447Ian Lynagh2010-11-141-4/+4
* Don't use -march=i686 on powerpc-apple-darwinIan Lynagh2010-09-211-1/+1