summaryrefslogtreecommitdiff
path: root/rules/build-package-way.mk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Put the CMM objects in the GHCi library tooIan Lynagh2009-06-111-2/+2
* Add rules for building .cmm files in librariesIan Lynagh2009-06-111-4/+4
* $(XARGS) might include arguments, so don't quote it in makefilesIan Lynagh2009-05-301-2/+2
* Quote commands that we run, so they work if there are space in their pathsIan Lynagh2009-05-301-8/+8
* Fix #3201: "ar: Bad file number" build error with MSYS and SplitObjs=YESSimon Marlow2009-05-211-2/+2
* Use shared lib mode -dynload deploy to build the rts and core shared libsDuncan Coutts2009-05-191-1/+1
* Bootstrapping fixesIan Lynagh2009-05-171-0/+5
* Fix linking shared libs with parallel makeDuncan Coutts2009-04-301-1/+8
* Build library packages as shared libsDuncan Coutts2009-04-291-0/+11
* Add a new $way_libsuf variable for library suffix+extensionDuncan Coutts2009-04-281-1/+1
* extend the rules/c-objs macro to take the way as a parameterDuncan Coutts2009-04-281-6/+6
* Add a header to all build system files:Simon Marlow2009-04-281-0/+12
* GHC new build system megapatchIan Lynagh2009-04-261-0/+52