summaryrefslogtreecommitdiff
path: root/compiler/ghc.mk
Commit message (Expand)AuthorAgeFilesLines
* Link to the right RTS whenever we build a .dll on WindowsIan Lynagh2013-05-151-0/+16
* Add a check that the Windows DLL split is OK; fixes #7780Ian Lynagh2013-04-071-0/+1
* Remove a redundant build-system hackIan Lynagh2013-04-061-11/+0
* Change the list of modules that are put into a separate DLL on WindowsIan Lynagh2013-04-061-4/+2
* By default, use the dynamic way for programs in the GHC treeIan Lynagh2013-03-151-0/+10
* Fix building the GHC package DLL on WindowsIan Lynagh2013-03-111-15/+9
* Automatically define _INPLACE variables for perl programs tooIan Lynagh2013-03-031-1/+1
* Use unlit_INPLACE rather than UNLIT in the build systemIan Lynagh2013-03-031-1/+1
* Define $(prog)_INPLACE variables automatically, and start using themIan Lynagh2013-03-031-24/+24
* Remove unused values from Config.hsIan Lynagh2013-03-021-12/+0
* Change how the build system handles packagesIan Lynagh2013-03-011-4/+0
* fix some dependenciesSimon Marlow2013-02-191-3/+3
* fix PrimOp dependenciesSimon Marlow2013-02-181-3/+3
* Finish removing BootingFromHcIan Lynagh2013-02-171-2/+0
* Build system tweak: Do the package checks at configure timeIan Lynagh2013-02-151-0/+5
* Tidy up cross-compilingSimon Marlow2013-01-171-52/+47
* Don't define DYNAMIC when compiling the dyn wayIan Lynagh2012-12-051-6/+14
* libffi build system tweaksIan Lynagh2012-11-301-0/+3
* Add fixity information to primops (ticket #6026)Michal Terepeta2012-11-231-0/+3
* Replace mkDerivedConstants.c with DeriveConstants.hsIan Lynagh2012-11-121-0/+10
* Fix build on WindowsIan Lynagh2012-10-111-1/+1
* Move the primop bits into the compiler/stage<n>/build directoriesIan Lynagh2012-10-101-61/+55
* Put the generated Parser.y under compiler/stage<n>/build; fixes #7195Ian Lynagh2012-10-101-1/+12
* Merge the remainder of HaskellConstants into ConstantsIan Lynagh2012-09-171-5/+1
* Add a couple more mkDerivedConstants modesIan Lynagh2012-09-131-0/+2
* Add more modes to mkDerivedConstantsIan Lynagh2012-09-131-3/+10
* remove $(GhcStage1DefaultNewCodegen) etc.Simon Marlow2012-09-051-12/+0
* Add "Unregisterised" as a field in the settings fileIan Lynagh2012-08-071-2/+0
* More more ld-related settings into the settings fileIan Lynagh2012-08-051-6/+0
* Remove LD_X; it's no longer usedIan Lynagh2012-08-051-2/+0
* Move linker flags into the settings file; fixes #4862Ian Lynagh2012-08-051-4/+0
* Merge remote-tracking branch 'origin/master' into newcgSimon Marlow2012-07-041-10/+18
|\
| * Build fixesIan Lynagh2012-06-291-0/+4
| * Don't build the ghc DLL on Windows; works around trac #5987Ian Lynagh2012-06-291-0/+8
| * Enable and fix building dynlibs on Win64Ian Lynagh2012-05-051-1/+1
| * Follow libffi changes on WindowsIan Lynagh2012-05-041-1/+1
| * Remove an unused make variableIan Lynagh2012-04-011-2/+0
| * Fix building with devel snapshotsIan Lynagh2012-03-171-1/+2
| * two typosGabor Greif2012-02-271-1/+1
| * remove legacy cleanGabor Greif2012-02-271-4/+1
* | Merge remote-tracking branch 'origin/master' into newcgSimon Marlow2012-02-131-8/+6
|\ \ | |/
| * Remove a workaround for building with GHC 6.12.2Ian Lynagh2012-02-071-7/+0
| * Improve support for cross-compilationSimon Marlow2012-01-301-0/+5
| * RefactoringIan Lynagh2012-01-081-1/+1
* | SnapshotSimon Marlow2012-01-171-1/+1
|/
* Resurrect UseLibFFIForAdjustors from bitrot.PHO2011-12-081-1/+1
* Remove unused cRelocatableBuildSimon Marlow2011-11-231-6/+0
* Improve the way we call "rm" in the build system; fixes trac #4916Ian Lynagh2011-11-191-3/+3
* GhcProfiled: don't automatically add -auto-allSimon Marlow2011-11-171-5/+14
* FIX BUILD on OS X 10.5: Check whether ld understands -no_compact_unwindThorkil Naur2011-10-191-0/+2