summaryrefslogtreecommitdiff
path: root/rules/distdir-way-opts.mk
Commit message (Expand)AuthorAgeFilesLines
* Link to the right RTS whenever we build a .dll on WindowsIan Lynagh2013-05-151-12/+0
* Fix the GHC package DLL-splittingIan Lynagh2013-05-141-0/+8
* We actually need to use -threaded/-debug when linking /all/ DLLsIan Lynagh2013-05-121-0/+12
* Use -rpath flags on all Elf OSes, not just LinuxIan Lynagh2013-04-271-1/+1
* When linking with $ORIGIN rpaths, use the "-z origin" linker flag tooIan Lynagh2013-04-271-1/+1
* Follow build system changes in integer-gmpIan Lynagh2013-04-201-0/+2
* Tweak the _HC_OPTS variablesIan Lynagh2013-03-231-5/+8
* Fix construction of ALL_ALEX_OPTS and ALL_AS_OPTSMax Bolingbroke2013-03-101-1/+1
* Don't pass -dynamic-too to GHC when compiling C filesIan Lynagh2013-03-091-1/+1
* Make the build system use -dynamic-too if both way v and dyn are being builtIan Lynagh2013-02-221-0/+1
* Split non-way-specific variables off from distdir-way-opts into distdir-optsIan Lynagh2013-02-211-97/+0
* Give dynamic libraries, as well as programs, RPATHsIan Lynagh2012-11-081-0/+12
* Tweak the HC_OPTS generationIan Lynagh2012-07-241-1/+1
* Rename package-conf flags to package-db.Paolo Capriotti2012-05-151-1/+1
* Define _HOST_OS and _HOST_ARCH when calling hsc2hsIan Lynagh2012-05-011-0/+2
* Add SRC_[CH]C_WARNING_OPTSIan Lynagh2012-04-261-1/+7
* Remove tabs, so that I can push.Iavor S. Diatchki2011-12-181-17/+17
* Build system commentarySimon Marlow2011-10-051-16/+66
* workaround for #5485: use -fno-full-laziness with 7.2.1Simon Marlow2011-10-051-0/+1
* 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