merge GHC HEAD
[ghc-hetmet.git] / rules / build-package-way.mk
2011-05-09 Simon MarlowAdd $$($1_$2_$3_ALL_HC_OPTS) when linking dynamic libra...
2011-04-23 Ian LynaghAdd stage-specific versions of more ar-related makefile...
2011-04-23 Ian LynaghMake and use AR_STAGE[0123] makefile vars
2011-04-05 Simon MarlowMerge _stub.o files into the main .o file (Fixes #3687...
2011-01-23 Ian LynaghAdd build system profiling to build system
2011-01-19 Ian LynaghRemove a debugging 'info'
2011-01-16 Ian LynaghHandle dependencies of programs on libraries correctly
2010-11-27 Ian LynaghAlways enable the archive-loading code
2010-09-21 Simon Marlowadd a simple trace facility to the build system
2010-09-20 Ian LynaghImplement archive loading for ghci
2010-06-22 Ian LynaghDon't rely on "-packagefoo" working; use "-package...
2010-03-29 Ian LynaghExplicitly check whether ar supports the @file syntax
2010-03-24 Ian LynaghFix the build for non-GNU-ar
2010-03-23 Ian LynaghTweak the Makefile code for making .a libs; fixes trac...
2010-01-19 Ian LynaghEscape some $s in makefiles for consistency
2009-12-04 Ian LynaghLink all dynamic libraries with the correct install_nam...
2009-11-14 Ben.Lippmeier@anu... Provide extralibs when linking Windows DLLs
2009-11-07 Ian LynaghSplit XARGS into XARGS and XARGS_OPTS
2009-11-05 Simon MarlowFix some more build bugs exposed by the addition of...
2009-11-05 Simon MarlowFix #3642: m GHC builds using the Haskell Platform
2009-09-14 Simon MarlowFix collateral damage after distdir-opts.mk was refacto...
2009-08-21 Ian LynaghLink CMM objects into dynamic libraries
2009-08-19 Simon MarlowRolling back: Add a kludge to fix building shared libs
2009-08-07 Ian LynaghAdd a kludge to fix building shared libs
2009-07-18 Ian LynaghFollow the split directory rename in the GHC build...
2009-07-06 simonpj@microsoft.comWindows fixes to build system: use the 'find' and ...
2009-07-01 Simon Marlowremove unnecessary $(RM)s
2009-06-24 Ian LynaghMake C and CMM objects way-dependent
2009-06-16 Ian LynaghAdd an _EXTRA_OBJS variable when linking packages
2009-06-11 Ian LynaghPut the CMM objects in the GHCi library too
2009-06-11 Ian LynaghAdd rules for building .cmm files in libraries
2009-05-30 Ian Lynagh$(XARGS) might include arguments, so don't quote it...
2009-05-30 Ian LynaghQuote commands that we run, so they work if there are...
2009-05-21 Simon MarlowFix #3201: "ar: Bad file number" build error with MSYS...
2009-05-19 Duncan CouttsUse shared lib mode -dynload deploy to build the rts...
2009-05-17 Ian LynaghBootstrapping fixes
2009-04-30 Duncan CouttsFix linking shared libs with parallel make
2009-04-29 Duncan CouttsBuild library packages as shared libs
2009-04-28 Duncan CouttsAdd a new $way_libsuf variable for library suffix+extension
2009-04-28 Duncan Couttsextend the rules/c-objs macro to take the way as a...
2009-04-28 Simon MarlowAdd a header to all build system files:
2009-04-26 Ian LynaghGHC new build system megapatch