summaryrefslogtreecommitdiff
path: root/mk
Commit message (Expand)AuthorAgeFilesLines
* Implement the AMP warning (#8004)Austin Seipp2013-09-111-0/+3
* Make sure -fcmm-sink is passed to Parser properlyAustin Seipp2013-09-041-0/+2
* Hack-fix build breakage on Linux/GCC from fc4856f9Herbert Valerio Riedel2013-09-041-1/+1
* Make validate play nice with clang (for Xcode 5 command line tools)Manuel M T Chakravarty2013-09-042-0/+10
* Patch by lukexi.Gabor Greif2013-09-031-1/+1
* Delete trailing whitespace in mk/config.mk.inAustin Seipp2013-08-241-12/+12
* Add support for iOS simulator (issue #8152).Austin Seipp2013-08-241-2/+2
* iOS: generate archive files when compiling.Austin Seipp2013-08-141-5/+5
* mk/config.mk.in : Add powerpc-unknown-linux to NoSharedLibsPlatformList.Erik de Castro Lopo2013-08-051-1/+1
* Merge branch 'master' of http://darcs.haskell.org/ghcIan Lynagh2013-07-031-4/+0
|\
| * Do not build dynamic libraries with the perf-llvm BuildFlavour.Geoffrey Mainland2013-07-021-4/+0
* | Change the ranlib detectionIan Lynagh2013-07-031-1/+2
|/
* Suppress some more warnings from Clang.Austin Seipp2013-06-181-1/+1
* Add some missing clang bits to the build system.Austin Seipp2013-06-172-1/+7
* Cleaning fixes, and other build system tweaks; part of #7941Ian Lynagh2013-06-141-1/+0
* Change how we check that we have a suitable 'make'Ian Lynagh2013-06-091-6/+0
* Build statically when using LLVM.Geoffrey Mainland2013-05-311-0/+6
* add arm-unknown-linux to platforms which do not support shared libsKarel Gardas2013-05-301-1/+1
* set DYNAMIC_GHC_PROGRAMS to NO if platform does not support shared libsKarel Gardas2013-05-301-0/+2
* Reorganize mk/build.mk.sample a little.Austin Seipp2013-05-041-21/+23
* Set DYNAMIC_GHC_PROGRAMS=NO for FreeBSD because $ORIGIN is not resolvedGabor Pali2013-04-271-0/+4
* pass the correct -Dxxx_HOST_ARCH and -Dxxx_HOST_OS to hsc2hs; Fixes #7761.Ian Lynagh2013-04-211-0/+3
* Use different exeext variables for each stage; fixes #7709Ian Lynagh2013-04-201-1/+4
* Remove the Windows installerIan Lynagh2013-04-201-7/+0
* Some build system refactoringIan Lynagh2013-04-201-9/+3
* In build.mk.sample, include v in GhcLibWays even if DYNAMIC_GHC_PROGRAMS is setIan Lynagh2013-04-031-1/+1
* ticky enhancementsNicolas Frisby2013-03-291-2/+2
* Fix build with non-Linux ELF OSesIan Lynagh2013-03-201-1/+7
* Be more optimistic about which platforms support shared librariesIan Lynagh2013-03-191-12/+6
* Remove a couple of unused make variablesIan Lynagh2013-03-171-6/+0
* Also build the v way when DYNAMIC_GHC_PROGRAMS is YESIan Lynagh2013-03-171-2/+4
* Disable DYNAMIC_GHC_PROGRAMS on WindowsIan Lynagh2013-03-161-0/+5
* By default, use the dynamic way for programs in the GHC treeIan Lynagh2013-03-153-4/+11
* Merge branch 'master' of http://darcs.haskell.org/ghcDavid Waern2013-03-101-2/+1
|\
| * Building with -dynamic-too now works, so enable it by defaultIan Lynagh2013-03-101-2/+1
* | Fix construction of ALL_ALEX_OPTS and ALL_AS_OPTSMax Bolingbroke2013-03-101-5/+4
|/
* Remove a couple of lingering references to the dead BootingFromHc variableIan Lynagh2013-03-041-5/+1
* Don't test BootingFromHc when setting SupportsSplitObjsIan Lynagh2013-03-041-1/+0
* Remove unused 'PackageSourceURL' from build systemIan Lynagh2013-03-041-4/+0
* Remove unused CTAGS from build systemIan Lynagh2013-03-041-1/+0
* Remove some out-of-date commentsIan Lynagh2013-03-041-3/+0
* Remove the FLEX support from the build systemIan Lynagh2013-03-041-12/+0
* Use the automatic variables for touchy tooIan Lynagh2013-03-031-1/+0
* Automatically define _INPLACE variables for perl programs tooIan Lynagh2013-03-031-3/+0
* Use unlit_INPLACE rather than UNLIT in the build systemIan Lynagh2013-03-031-2/+0
* Use more of the automatically generated INPLACE variablesIan Lynagh2013-03-031-2/+0
* Define $(prog)_INPLACE variables automatically, and start using themIan Lynagh2013-03-032-16/+4
* Whitespace onlyIan Lynagh2013-03-031-10/+9
* Remove some unused build system variablesIan Lynagh2013-03-031-5/+0
* Give hsc2hs different options in different stages; fixes #7705Ian Lynagh2013-03-021-2/+12