summaryrefslogtreecommitdiff
path: root/rules/distdir-way-opts.mk
Commit message (Expand)AuthorAgeFilesLines
* Make: Get rid of `BUILD_.*_INCLUDE_DIRS`John Ericson2021-11-161-4/+2
* make: disable ghc package environments #18988Adam Sandberg Ericsson2020-12-221-0/+1
* Drop duplicate -optl's from GHC invocationsBen Gamari2019-10-231-2/+2
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-251-2/+2
* Rip out object splittingBen Gamari2019-03-051-1/+0
* Support generating HIE filesAlec Theriault2018-12-111-1/+1
* Remove makefile logic for legacy -this-package-keyHerbert Valerio Riedel2017-09-091-10/+0
* Remove dll-split.Tamar Christina2017-08-291-8/+0
* rules: add per-library EXTRA_HC_OPTSSergei Trofimovich2017-05-251-0/+1
* Apply SplitSections to all C compilationsSimon Brenner2017-02-111-1/+2
* fix OpenBSD linkage (wxneeded)Sergei Trofimovich2016-12-171-2/+3
* revert '-Wl' prefixing to *_LD_OPTSSergei Trofimovich2016-12-171-1/+1
* Ensure flags destined for ld are properly passedBen Gamari2016-12-011-1/+1
* build system: Include CONF_LD_LINKER_OPTS in ALL_LD_OPTSBen Gamari2016-11-101-7/+17
* Updates to handle new CabalEdward Z. Yang2016-06-301-3/+14
* Switch from -this-package-key to -this-unit-id.Edward Z. Yang2016-01-191-1/+13
* Remove ghc-7.8 `-package-name`-compat handlingHerbert Valerio Riedel2015-12-311-13/+1
* Build system: Add stage specific SRC_HC_(WARNING_)OPTSThomas Miedema2015-12-011-2/+19
* Implement function-sections for Haskell code, #8405Simon Brenner2015-11-121-0/+1
* Revert "Build system: don't add ALL_HC_OPTS when linking"Ben Gamari2015-10-291-1/+1
* Build system: don't add ALL_HC_OPTS when linkingThomas Miedema2015-10-281-1/+1
* Rename PACKAGE_KEY and LIB_NAME in build system.Edward Z. Yang2015-10-141-8/+8
* Use -package-id to specify libraries on command line.Edward Z. Yang2015-06-221-4/+3
* Make GHC install libraries to e.g. xhtml-3000.2.1-0ACfOp3hebWD9jGWE4v4Gh.Edward Z. Yang2015-06-201-2/+2
* Remove out of date TODOEdward Z. Yang2014-08-131-2/+0
* Explicitly version test for package key support.Edward Z. Yang2014-08-131-1/+7
* Package keys (for linking/type equality) separated from package IDs.Edward Z. Yang2014-08-051-4/+16
* Include EXTRA_LD_OPTS (amongst other things) when linking programsSimon Marlow2014-03-271-21/+28
* Fix inplace dynamic linking on OS X (#8266)Christiaan Baaj2014-01-281-1/+3
* Fix specification of -z origin for gold.Austin Seipp2014-01-071-1/+1
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-2/+2
* 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