summaryrefslogtreecommitdiff
path: root/aclocal.m4
Commit message (Expand)AuthorAgeFilesLines
* Typos and grammar in manual/commentsGabor Greif2017-01-231-1/+1
* Clean up some shell code and M4 quotingDemi Obenour2017-01-201-7/+6
* fix OpenBSD linkage (wxneeded)Sergei Trofimovich2016-12-171-1/+1
* configure: Verify that GCC recognizes -no-pie flagBen Gamari2016-11-141-1/+2
* Pass -no-pie to GCCBen Gamari2016-11-111-0/+21
* Revert "Pass -no-pie to GCC"Ben Gamari2016-11-101-18/+0
* Pass -no-pie to GCCBen Gamari2016-11-101-0/+18
* pass -z wxneeded or -Wl,-zwxneeded for linking on OpenBSDKarel Gardas2016-08-221-0/+7
* Adds x86_64-apple-darwin14 target.Moritz Angermann2016-07-051-2/+2
* Remove special casing of Windows in generic filesTamar Christina2016-06-091-18/+31
* Suppress the warning about __sync_fetch_and_nand (#9678)Thomas Miedema2016-05-241-0/+3
* Use stdint types to define SIZEOF and ALIGNMENT of INTx/WORDxTomas Carnecky2016-04-181-0/+10
* Rework CC/CC_STAGE0 handling in `configure.ac`Herbert Valerio Riedel2016-04-161-35/+3
* 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