summaryrefslogtreecommitdiff
path: root/mk
Commit message (Expand)AuthorAgeFilesLines
* add --enable-shared to configure, and $(BuildSharedLibs) to the build systemSimon Marlow2008-07-241-0/+13
* put the inplace GHC in stageN-inplace/ghc instead of stageN-inplace/bin/ghcSimon Marlow2008-07-241-3/+3
* Tell Cabal where gcc isIan Lynagh2008-07-231-3/+4
* Fix the stage3 buildIan Lynagh2008-07-221-3/+5
* Build system tweaksIan Lynagh2008-07-182-8/+11
* More build system changes; hasktags is now built with CabalIan Lynagh2008-07-181-0/+55
* More build system changes; ghc-pkg is now built with CabalIan Lynagh2008-07-182-8/+7
* Remove some duplicationIan Lynagh2008-07-171-14/+12
* Get building GHC itself with Cabal more-or-less workingIan Lynagh2008-07-162-15/+15
* Handle passing hsc2hs to Cabal betterIan Lynagh2008-07-111-2/+4
* Split up Cabal configure flag variables for more flexibilityIan Lynagh2008-07-111-8/+10
* Move the definition of NONEXISTENT into the central cabal-flags.mkIan Lynagh2008-07-101-0/+6
* Define CABAL in mk/cabal-flags.mk, rather than everywhere we use itIan Lynagh2008-07-101-0/+3
* Remove remnants of javaGenIan Lynagh2008-07-101-3/+0
* ObjectIO is no longer an extralibIan Lynagh2008-07-091-4/+0
* Remove all references to -mno-cygwinIan Lynagh2008-07-092-5/+1
* Extend the flag for not automatically linking haskell98Ian Lynagh2008-07-081-1/+1
* Fix hsc2hs finding its template file on WindowsIan Lynagh2008-07-051-0/+1
* Build hsc2hs with CabalIan Lynagh2008-07-052-3/+87
* Remove Cabal modules from compatIan Lynagh2008-07-033-2/+8
* Add --slow (and --fast) options to validateIan Lynagh2008-07-011-1/+10
* Make a "validate --hpc"; shows how much of the compiler the testsuite testsIan Lynagh2008-07-011-1/+1
* allow PAPI to be installed somewhere non-standardSimon Marlow2007-11-011-1/+2
* More commandline flag improvementsIan Lynagh2008-06-163-5/+5
* Add ghc_ge_609Ian Lynagh2008-06-151-0/+2
* Use -O0 rather than the deprecated -OnotIan Lynagh2008-06-142-7/+7
* Fix fwrite$UNIX2003 symbols when cross-compiling for TigerManuel M T Chakravarty2008-05-261-1/+6
* update the "perf" settings to match the defaultSimon Marlow2008-05-201-4/+8
* use -O2 for libraries and stage2 compiler by defaultSimon Marlow2008-05-201-5/+5
* doc tweakSimon Marlow2008-05-121-1/+1
* Make the integer library to use more configurableIan Lynagh2008-04-201-0/+3
* In validate settings, make -Werror easier to overrideIan Lynagh2008-03-261-2/+4
* Use editline instead of readlineIan Lynagh2008-03-161-2/+2
* Mac OS X deployment target: piping opts through MakefilesManuel M T Chakravarty2008-02-211-2/+13
* Add configure option --with-macos-deployment-targetManuel M T Chakravarty2008-02-191-0/+5
* All installed Haskell prgms have an inplace and an installed versionManuel M T Chakravarty2008-02-181-0/+3
* First stab at an installer package for the MacManuel M T Chakravarty2008-02-021-2/+1
* Tell happy to be strictIan Lynagh2008-01-241-1/+1
* Increase the bar for bootstrapping GHC to 6.4 (HEAD only)Simon Marlow2008-01-211-6/+0
* More verbose error reporting in mk/target.mkClemens Fruhwirth2007-12-311-1/+1
* pass -no-user-package-conf to ghc-inplaceSimon Marlow2008-01-041-3/+8
* Embedd DLL name into its import library, so client libs reference them proper...Clemens Fruhwirth2008-01-011-3/+3
* Install dynlibs correctlyClemens Fruhwirth2007-12-281-0/+1
* BIN_DIST_INST_SUBDIR Needs to be defined in config.mk so ./Makefile can see itIan Lynagh2007-12-071-0/+15
* Don't default to stripping binaries when installingIan Lynagh2007-12-021-2/+0
* MERGED: If we have hscolour then make source code links in teh haddock docsIan Lynagh2007-11-231-0/+2
* Add -dcore-lint when validating librariessimonpj@microsoft.com2007-11-051-1/+1
* on Windows, install to a directory with spaces (test for #1828)Simon Marlow2007-11-151-2/+0
* eliminate a bit of duplicationSimon Marlow2007-11-051-0/+5
* build ghctags-inplaceSimon Marlow2007-11-051-2/+2