- 23 Jul, 2010 1 commit
-
-
Ian Lynagh authored
-
- 16 Jun, 2010 1 commit
-
-
Ian Lynagh authored
-
- 25 May, 2010 1 commit
-
-
Ian Lynagh authored
-
- 09 May, 2010 1 commit
-
-
Ian Lynagh authored
When using the bootstrapping compiler, we now explicitly constrain the version of boot packages (Cabal, extensible-exceptions, etc) to the in-tree version, so that the build system is less fragile should the user have a newer version installed for the bootstrapping compiler.
-
- 17 Sep, 2009 1 commit
-
-
chak@cse.unsw.edu.au. authored
- Needed to get arch-dependent options, eg, on Snow Leopard
-
- 13 Sep, 2009 1 commit
-
-
Ian Lynagh authored
It confuses the build system.
-
- 11 Sep, 2009 3 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Simon Marlow authored
-
- 26 Aug, 2009 1 commit
-
-
kili authored
Should help to fix the build on OpenBSD (together with a corresponding patch to libraries/base).
-
- 20 Aug, 2009 2 commits
-
-
Ian Lynagh authored
When configuring packages, enable library profiling and shared libraries based on the ways in GhcLibWays.
-
Ian Lynagh authored
-
- 15 Jun, 2009 2 commits
-
-
Ian Lynagh authored
When configure tests for a feature it may not generate warning-free C code, and thus may think that the feature doesn't exist if -Werror is on.
-
Ian Lynagh authored
-
- 30 May, 2009 1 commit
-
-
Ian Lynagh authored
I've also added some missing $s to some makefiles. These aren't technically necessary, but it's nice to be consistent.
-
- 19 May, 2009 1 commit
-
-
Duncan Coutts authored
It tried to do this already, but the make variable name was wrong.
-
- 15 May, 2009 1 commit
-
-
Simon Marlow authored
we also have $1_$2_CONFIGURE_OPTS, which is used.
-
- 29 Apr, 2009 1 commit
-
-
Duncan Coutts authored
when we configure ghc with --enable-shared
-
- 28 Apr, 2009 1 commit
-
-
Simon Marlow authored
# ----------------------------------------------------------------------------- # # (c) 2009 The University of Glasgow # # This file is part of the GHC build system. # # To understand how the build system works and how to modify it, see # http://hackage.haskell.org/trac/ghc/wiki/Building/Architecture # http://hackage.haskell.org/trac/ghc/wiki/Building/Modifying # # -----------------------------------------------------------------------------
-
- 26 Apr, 2009 1 commit
-
-
Ian Lynagh authored
-