summaryrefslogtreecommitdiff
path: root/rules/build-package-way.mk
Commit message (Expand)AuthorAgeFilesLines
* Rename hs-suffix-rules to hs-suffix-way-rulesIan Lynagh2013-02-211-1/+1
* Finish removing BootingFromHcIan Lynagh2013-02-171-4/+0
* Small build system refactoringIan Lynagh2013-01-111-2/+0
* Remove some dependenciesIan Lynagh2012-11-181-11/+0
* Give dynamic libraries, as well as programs, RPATHsIan Lynagh2012-11-081-2/+2
* Get dynamic-by-default mostly working on OS XIan Lynagh2012-10-141-1/+2
* Double a couple of $s for consistencyIan Lynagh2012-10-141-2/+2
* Don't set dynlib install names when buildingIan Lynagh2012-10-141-1/+0
* Fix test for GHCi lib buildingIan Lynagh2012-10-131-1/+3
* Fix typoIan Lynagh2012-10-131-1/+1
* Don't build the HS*.o files when DYNAMIC_BY_DEFAULTIan Lynagh2012-10-121-0/+2
* Fix a dependency bug in the build systemSimon Marlow2012-10-081-2/+6
* Add missing flag for respecting EXTRA_LIBDIRGabor Pali2012-08-081-1/+1
* Link the extra-libraries when making a .so for a package (#7062)Simon Marlow2012-07-111-0/+1
* On Windows, detect if DLLs have too many symbols; trac #5987Ian Lynagh2012-06-291-0/+3
* Merge remote-tracking branch 'origin/pretty-build'Paolo Capriotti2012-06-081-4/+4
|\
| * A build-system tweak for more readable build output.Iavor S. Diatchki2012-04-271-4/+4
* | Enable and fix building dynlibs on Win64Ian Lynagh2012-05-051-1/+1
|/
* typoGabor Greif2012-02-271-1/+1
* Pass "--hash-size=31 --reduce-memory-overhead" to ld; fixes trac #5240Ian Lynagh2011-11-271-1/+1
* Improve the way we call "rm" in the build system; fixes trac #4916Ian Lynagh2011-11-191-2/+2
* Add $$($1_$2_$3_ALL_HC_OPTS) when linking dynamic libraries. NotSimon Marlow2011-05-091-4/+4
* Add stage-specific versions of more ar-related makefile varsIan Lynagh2011-04-231-3/+3
* Make and use AR_STAGE[0123] makefile varsIan Lynagh2011-04-231-2/+2
* Merge _stub.o files into the main .o file (Fixes #3687 and #706)Simon Marlow2011-04-051-11/+4
* Add build system profiling to build systemIan Lynagh2011-01-231-0/+2
* Remove a debugging 'info'Ian Lynagh2011-01-191-1/+0
* Handle dependencies of programs on libraries correctlyIan Lynagh2011-01-161-0/+11
* Always enable the archive-loading codeIan Lynagh2010-11-271-2/+6
* add a simple trace facility to the build systemSimon Marlow2010-09-211-0/+1
* Implement archive loading for ghciIan Lynagh2010-09-201-0/+4
* Don't rely on "-packagefoo" working; use "-package foo" insteadIan Lynagh2010-06-221-2/+2
* Explicitly check whether ar supports the @file syntaxIan Lynagh2010-03-291-1/+1
* Fix the build for non-GNU-arIan Lynagh2010-03-241-0/+4
* Tweak the Makefile code for making .a libs; fixes trac #3642Ian Lynagh2010-03-231-6/+7
* Escape some $s in makefiles for consistencyIan Lynagh2010-01-191-1/+1
* Link all dynamic libraries with the correct install_name on Mac OS/X.Ian Lynagh2009-12-041-0/+1
* Provide extralibs when linking Windows DLLsBen.Lippmeier@anu.edu.au2009-11-141-0/+12
* Split XARGS into XARGS and XARGS_OPTSIan Lynagh2009-11-071-2/+2
* Fix some more build bugs exposed by the addition of the ghc dependency to dphSimon Marlow2009-11-051-0/+9
* Fix #3642: m GHC builds using the Haskell PlatformSimon Marlow2009-11-051-2/+2
* Fix collateral damage after distdir-opts.mk was refactored awaySimon Marlow2009-09-141-1/+1
* Link CMM objects into dynamic librariesIan Lynagh2009-08-211-7/+10
* Rolling back: Add a kludge to fix building shared libsSimon Marlow2009-08-191-10/+0
* Add a kludge to fix building shared libsIan Lynagh2009-08-071-0/+10
* Follow the split directory rename in the GHC build system rulesIan Lynagh2009-07-181-1/+1
* Windows fixes to build system: use the 'find' and 'sort' found by configuresimonpj@microsoft.com2009-07-061-3/+3
* remove unnecessary $(RM)sSimon Marlow2009-07-011-4/+2
* Make C and CMM objects way-dependentIan Lynagh2009-06-241-7/+7
* Add an _EXTRA_OBJS variable when linking packagesIan Lynagh2009-06-161-8/+8