[commit: ghc] master: Make DefaultFastGhcLibWays be just "dyn" when we are dynamic by default (6e28baa)

Ian Lynagh <[email protected]>
Newsgroups gmane.comp.lang.haskell.cvs.ghc
Message-ID <[email protected]>
Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/6e28baa749836c65361111a8b2322695d4addeff

>---------------------------------------------------------------

commit 6e28baa749836c65361111a8b2322695d4addeff
Author: Ian Lynagh <[email protected]>
Date:   Thu Oct 25 14:57:11 2012 +0100

    Make DefaultFastGhcLibWays be just "dyn" when we are dynamic by default

>---------------------------------------------------------------

 mk/validate-settings.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mk/validate-settings.mk b/mk/validate-settings.mk
index 4baf02a..03f4e71 100644
--- a/mk/validate-settings.mk
+++ b/mk/validate-settings.mk
@@ -29,7 +29,7 @@ GhcLibHcOpts    += -O -dcore-lint
 
 # We define DefaultFastGhcLibWays in this style so that the value is
 # correct even if the user alters DYNAMIC_BY_DEFAULT
-DefaultFastGhcLibWays = $(if $(filter $(DYNAMIC_BY_DEFAULT),YES),v dyn,v)
+DefaultFastGhcLibWays = $(if $(filter $(DYNAMIC_BY_DEFAULT),YES),dyn,v)
 
 ifeq "$(ValidateSpeed)" "FAST"
 GhcLibWays     = $(DefaultFastGhcLibWays)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.