summaryrefslogtreecommitdiff
path: root/mk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove some more unused build system codeIan Lynagh2013-03-021-6/+0
* Remove the unused REAL_SHELL variable in the build systemIan Lynagh2013-03-021-24/+0
* Follow Windows -> Windows_Host change in config.mk.inIan Lynagh2013-03-021-4/+4
* Remove some more unused build system variablesIan Lynagh2013-03-022-3/+0
* Remove a couple more single-use variablesIan Lynagh2013-03-021-2/+0
* Remove some single-use build system variablesIan Lynagh2013-03-021-7/+0
* LATEX_DOCS is no longer usedIan Lynagh2013-03-021-3/+0
* Remove some more unused build system variablesIan Lynagh2013-03-022-26/+0
* Fix when terminfo is built; fixes #7700Ian Lynagh2013-03-011-0/+7
* Rename $(Windows) to $(Windows_Host)Ian Lynagh2013-03-011-3/+3
* Remove some unused variablesIan Lynagh2013-03-011-5/+0
* Change how the build system handles packagesIan Lynagh2013-03-011-4/+1