summaryrefslogtreecommitdiff
path: root/compiler/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* Remove some duplicationIan Lynagh2008-07-171-30/+21
* Windows fixesIan Lynagh2008-07-161-1/+7
* Get building GHC itself with Cabal more-or-less workingIan Lynagh2008-07-161-702/+153
* Move -fno-cse flags from Makefile into pragmasIan Lynagh2008-07-111-12/+0
* Remove the need for undecidable instances in LazyUniqFMIan Lynagh2008-07-111-4/+0
* Remove a commented-out flagIan Lynagh2008-07-101-2/+0
* Remove an HPUX-only flag which has no comment explaining its purposeIan Lynagh2008-07-101-4/+0
* Move more flags from the Makefile into pragmasIan Lynagh2008-07-101-18/+0
* Remove a redundant commentIan Lynagh2008-07-101-9/+0
* Remove remnants of javaGenIan Lynagh2008-07-101-5/+0
* Remove some remnants of ilxgenIan Lynagh2008-07-101-11/+0
* Remove a comment for GHC <= 4.08Ian Lynagh2008-07-101-2/+2
* Remove .hi-boot-[56] stuff from the MakefileIan Lynagh2008-07-101-15/+0
* Remove a flag that a comment claims is for GHC < 5Ian Lynagh2008-07-101-5/+0
* We can now unconditionally use -fno-warn-orphansIan Lynagh2008-07-101-6/+1
* Move another flag from the Makefile into a pragmaIan Lynagh2008-07-101-2/+0
* Move some flags from the Makefile into module pragmasIan Lynagh2008-07-101-8/+0
* Move "main/BinIface_HC_OPTS += -O" into a pragma in iface/BinIface.hsIan Lynagh2008-07-101-1/+0
* Remove an ancient commented out "parser/Parser_HC_OPTS += -fasm"Ian Lynagh2008-07-101-1/+0
* Get rid of compat/Ian Lynagh2008-07-081-14/+6
* Remove Cabal modules from compatIan Lynagh2008-07-031-4/+0
* Fix the build with GHC 6.4Ian Lynagh2008-06-231-0/+4
* utils/Digraph doesn't need -fglasgow-exts passed speciallyIan Lynagh2008-06-161-2/+0
* Remove some build system code that can't happenIan Lynagh2008-06-161-4/+0
* More commandline flag improvementsIan Lynagh2008-06-161-3/+7
* Use -fforce-recomp rather than -no-recompIan Lynagh2008-06-141-2/+2
* Use -O0 rather than -Onot in compiler/MakefileIan Lynagh2008-06-141-2/+2
* Don't use -recomp whem compiling GHC, as it's the default (and now deprecated)Ian Lynagh2008-06-141-1/+1
* Get rid of the last remnants of PROJECT_DIRIan Lynagh2008-06-111-2/+0
* -no-link-chk is a relicSimon Marlow2008-06-031-2/+0
* Use MD5 checksums for recompilation checking (fixes #1372, #1959)Simon Marlow2008-05-281-1/+1
* Import libffi-3.0.4, and use it to provide FFI support in GHCiSimon Marlow2008-04-081-6/+4
* Use editline instead of readlineIan Lynagh2008-03-161-11/+11
* If unregisterised, link with -optl-Wl,--relax on IA64Ian Lynagh2008-03-161-0/+7
* Remove ndpFlattenRoman Leshchinskiy2008-03-091-1/+1
* Add a commentIan Lynagh2008-02-201-0/+2
* Mac OS X deployment target: piping opts through MakefilesManuel M T Chakravarty2008-02-211-0/+9
* Wibble the Makefile: DQ, \" and '"'Ian Lynagh2008-02-101-4/+1
* Don't use -w when compiling Config.hsIan Lynagh2008-02-101-1/+0
* Add typesigs to Config.hsIan Lynagh2008-02-101-0/+43
* Support for using libffi to implement FFI calls in GHCi (#631)Simon Marlow2008-02-041-0/+5
* Strictness tweaksIan Lynagh2008-01-251-1/+1
* Windows now doesn't need different values for DQ in the build systemIan Lynagh2008-01-231-8/+1
* Increase the bar for bootstrapping GHC to 6.4 (HEAD only)Simon Marlow2008-01-211-15/+2
* Refactor cross-plattform process spawning from ghc-inplace into shell-tools.cClemens Fruhwirth2008-01-101-4/+1
* Optionally use libffi to implement 'foreign import "wrapper"' (#793)Simon Marlow2008-01-031-0/+5
* Add package dependencies to link pass when building ghc package (required for...Clemens Fruhwirth2008-01-011-0/+1
* Remove the --print-docdir flagIan Lynagh2007-11-271-1/+0
* use "ghc-pkg latest --global" instead of "ghc-pkg list --simple-output"Simon Marlow2007-11-161-1/+1
* Avoid the use of unversioned package dependenciesSimon Marlow2007-11-151-1/+3