[commit: ghc] wip/nfs-locking: Rename opts to args. (3cbaccc)

git at git.haskell.org git at git.haskell.org
Thu Oct 26 23:07:22 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/3cbacccf34dc3da2811e5a2f3e608bdd2a3cac1a/ghc

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

commit 3cbacccf34dc3da2811e5a2f3e608bdd2a3cac1a
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Fri Jan 16 03:11:21 2015 +0000

    Rename opts to args.


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

3cbacccf34dc3da2811e5a2f3e608bdd2a3cac1a
 cfg/default.config.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cfg/default.config.in b/cfg/default.config.in
index ac42e24..10ee7ee 100644
--- a/cfg/default.config.in
+++ b/cfg/default.config.in
@@ -34,6 +34,7 @@ supports-package-key = @SUPPORTS_PACKAGE_KEY@
 solaris-broken-shld  = @SOLARIS_BROKEN_SHLD@
 split-objects-broken = @SplitObjsBroken@
 ghc-unregisterised   = @Unregisterised@
+validating           = NO
 
 # Information about host and target systems:
 #===========================================
@@ -69,7 +70,7 @@ conf-ld-linker-args-stage-0  = @CONF_LD_LINKER_OPTS_STAGE0@
 conf-ld-linker-args-stage-1  = @CONF_LD_LINKER_OPTS_STAGE1@
 conf-ld-linker-args-stage-2  = @CONF_LD_LINKER_OPTS_STAGE2@
 
-src-hc-opts                  = -H32m -O
+src-hc-args                  = -H32m -O
 
 # Include and library directories:
 #=================================



More information about the ghc-commits mailing list