summaryrefslogtreecommitdiff
path: root/aclocal.m4
Commit message (Expand)AuthorAgeFilesLines
* Autoconf: detect and set CFLAGS/CPPFLAGS needed for C99 modeHerbert Valerio Riedel2016-03-281-0/+42
* Drop Xcode 4.1 hack and fix ignored CC var issueHerbert Valerio Riedel2016-03-281-10/+7
* Scrap DEC OSF/1 supportHerbert Valerio Riedel2016-03-281-6/+2
* Scrap IRIX supportHerbert Valerio Riedel2016-03-281-2/+2
* Add NCG support for AIX/ppc32Herbert Valerio Riedel2016-03-241-9/+4
* Ensure that we don't produce code for pre-ARMv7 without barriersBen Gamari2016-01-251-0/+2
* Build system: fix `pwd` issues on WindowsThomas Miedema2016-01-081-1/+9
* Build system: delete ghc-pwdThomas Miedema2016-01-041-25/+1
* Make git-committer inferred version-date TZ-invariantHerbert Valerio Riedel2015-12-281-2/+3
* Synchronise ghci-package version with ghc-packageHerbert Valerio Riedel2015-12-281-1/+15
* aclocal.m4: Fix llc/opt detection codeHerbert Valerio Riedel2015-12-201-7/+9
* Add sparc64 a known architecture (Ticket #11211)John Paul Adrian Glaubitz2015-12-191-1/+4
* Remote GHCi, -fexternal-interpreterSimon Marlow2015-12-171-1/+1
* configure: add support for 'sh4' (Trac #11209)Sergei Trofimovich2015-12-131-1/+4
* Suppress conflicting types for builtins warningsHerbert Valerio Riedel2015-11-211-0/+3
* Follow-up fixup to c5d8162d230c373Herbert Valerio Riedel2015-11-201-1/+1
* Set AIX specific CFLAGS flagsHerbert Valerio Riedel2015-11-191-0/+14
* Make GHC aware of OSAIX and AixLDHerbert Valerio Riedel2015-11-191-1/+7
* Make `timer_create(CLOCK_REALTIME)` autoconf test more reliableHerbert Valerio Riedel2015-11-171-4/+5
* Quote GHC path in configure so we can deal with multiple spaces.Edward Z. Yang2015-10-221-1/+1
* Fix GHCi on Arm (#10375).Erik de Castro Lopo2015-10-151-4/+12
* Move user's guide to ReStructuredTextBen Gamari2015-10-031-118/+0
* Build system: delete half-baked Cygwin supportThomas Miedema2015-08-201-38/+10
* Replace usages of `-w` by `-fno-warn`sThomas Miedema2015-07-041-4/+7
* Implement PowerPC 64-bit native code backend for LinuxPeter Trommler2015-07-031-2/+5
* Recognise 'hardhloat' as a valid vendor in a host tupleSergei Trofimovich2015-06-201-0/+3
* arm: Force non-executable stack (part 2)Erik de Castro Lopo2015-05-051-1/+1
* arm: Force non-executable stack (#10369)Erik de Castro Lopo2015-05-051-1/+2
* Use the gold linker for aarch64/linux (#9673)Erik de Castro Lopo2015-04-221-7/+11
* Fix autoconf's check for create_timer()Austin Seipp2015-04-141-32/+2
* configure : LLVM and LD detections improvements (#10234).Erik de Castro Lopo2015-04-111-0/+22
* Whitespace onlyReid Barton2015-04-051-17/+17
* Fix Git-commit-id detection for RELEASE=YESHerbert Valerio Riedel2015-03-261-1/+1
* Do version specific detection of LLVM tools (#10170).Erik de Castro Lopo2015-03-241-25/+30
* Use the gold linker for linux/ARM and android/ARM targets.Erik de Castro Lopo2015-03-121-0/+5
* Fix detection of llvm-x.xThomas Miedema2015-03-021-5/+15
* Make top-level "configure" accept and propagate --with-curses-{includes,libra...PHO2015-02-231-0/+22
* Remove RAWCPP_FLAGS (Task #9094)Thomas Miedema2015-02-171-4/+6
* aclocal.m4: fix == bashism in FIND_LLVM_PROGTuncer Ayaz2015-01-131-1/+1
* Fix malformed `configure` scriptHerbert Valerio Riedel2014-12-011-2/+1
* Embed Git commit id into `ghc --info` outputHerbert Valerio Riedel2014-11-271-0/+18
* arm64: 64bit iOS and SMP support (#7942)Luke Iannini2014-11-191-2/+2
* Fix usage of `find -perm` in aclocal.m4 (#9697)Nicholas Hart2014-11-181-1/+1
* rts: unrust 'libbfd' debug symbols parserSergei Trofimovich2014-10-051-0/+49
* Implement `MIN_VERSION_GLASGOW_HASKELL()` macroHerbert Valerio Riedel2014-10-051-0/+7
* Find the target gcc when cross-compilingReid Barton2014-09-161-39/+22
* Make Applicative a superclass of MonadAustin Seipp2014-09-091-2/+2
* Set llc and opt commands on all platformsAustin Seipp2014-09-011-12/+12
* Fix #9465.Gabor Pali2014-08-221-1/+1
* workaround Solaris 11 GNU C CPP issue by using GNU C 3.4 as CPPKarel Gardas2014-08-171-0/+98