summaryrefslogtreecommitdiff
path: root/rules/distdir-opts.mk
Commit message (Collapse)AuthorAgeFilesLines
* pass the correct -Dxxx_HOST_ARCH and -Dxxx_HOST_OS to hsc2hs; Fixes #7761.Ian Lynagh2013-04-211-2/+0
| | | | Patch from Stephen Blackheath.
* Follow build system changes in integer-gmpIan Lynagh2013-04-201-0/+4
| | | | Also a couple of other fixes and sanity checks along the way.
* Fix building when $(CC_STAGE0) contains spacesIan Lynagh2013-03-191-2/+2
| | | | Spotted by Bill Tutt
* Fix construction of ALL_ALEX_OPTS and ALL_AS_OPTSMax Bolingbroke2013-03-101-1/+1
| | | | Signed-off-by: David Waern <david.waern@gmail.com>
* Give hsc2hs different options in different stages; fixes #7705Ian Lynagh2013-03-021-2/+3
| | | | Based on patch from Stephen Blackheath.
* Split non-way-specific variables off from distdir-way-opts into distdir-optsIan Lynagh2013-02-211-0/+111
| | | | | The hsc2hs, alex and happy options variables are now also non-way-specific, as the files are shared between all ways.
* refactor *_OPTS settings in the build system; no functional changesSimon Marlow2009-09-091-78/+0
|
* add $(CONF_*_OPTS) for options that come from ./configure (fixes #3426)Simon Marlow2009-09-081-3/+6
|
* Don't mess up absolute INCLUDE_DIRSMatthias Kilian2009-08-261-2/+4
| | | | | | | | When there are some absolute include dirs, don't create arguments like -Ilibraries/base//usr/local/include. I need this fix for injecting the iconv include dir (which is /usr/local/include on OpenBSD) into the build of libraries/base.
* Temporarily turn off unused-do-bind warnings for the time packageIan Lynagh2009-07-181-1/+2
|
* Add a header to all build system files:Simon Marlow2009-04-281-0/+12
| | | | | | | | | | | | | | # ----------------------------------------------------------------------------- # # (c) 2009 The University of Glasgow # # This file is part of the GHC build system. # # To understand how the build system works and how to modify it, see # http://hackage.haskell.org/trac/ghc/wiki/Building/Architecture # http://hackage.haskell.org/trac/ghc/wiki/Building/Modifying # # -----------------------------------------------------------------------------
* GHC new build system megapatchIan Lynagh2009-04-261-0/+60