summaryrefslogtreecommitdiff
path: root/rules/distdir-way-opts.mk
Commit message (Expand)AuthorAgeFilesLines
...
* Use the correct __GLASGOW_HASKELL__ value when invoking hsc2hs onSimon Marlow2011-08-081-1/+1
* Build system: Tell hsc2hs where to find cabal_macros.hIan Lynagh2011-04-271-0/+2
* Whitespace only in rules/distdir-way-opts.mkIan Lynagh2011-04-271-3/+3
* Avoid some shell calls in the build systemIan Lynagh2011-03-051-6/+4
* Keep separate linker flags, for when we want to link with gcc or ldIan Lynagh2011-01-241-1/+1
* Change some HC_OPTS var handlingIan Lynagh2011-01-161-1/+5
* Don't pass our gcc options to stage0 ghc's gcc; they may not be suitableIan Lynagh2010-09-051-5/+18
* Use different CC/LD options for different stagesIan Lynagh2010-07-231-2/+2
* Delay expansion of some makefile variables until they are availableIan Lynagh2009-12-011-4/+4
* Avoid running empty for loops; fixes trac #3683Ian Lynagh2009-12-011-0/+8
* Fix #3642: m GHC builds using the Haskell PlatformSimon Marlow2009-11-051-4/+13
* Tweak to the way per-source-file options are specifiedSimon Marlow2009-10-151-3/+3
* No need to use -split-objs with dynamic librariesSimon Marlow2009-09-291-1/+1
* Fix collateral damage after distdir-opts.mk was refactored awaySimon Marlow2009-09-141-2/+2
* refactor *_OPTS settings in the build system; no functional changesSimon Marlow2009-09-091-3/+57
* add $(CONF_*_OPTS) for options that come from ./configure (fixes #3426)Simon Marlow2009-09-081-6/+14
* Add a header to all build system files:Simon Marlow2009-04-281-0/+12
* GHC new build system megapatchIan Lynagh2009-04-261-0/+78