[commit: ghc] wip/nfs-locking: Adapt to @WhatIsGcc@ being renamed to @CC@ in GHC HEAD (1c137b3)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:07:45 UTC 2017


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

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

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

commit 1c137b3d58a85d01eb9018eca927616077d87098
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Sun Apr 17 15:46:06 2016 +0200

    Adapt to @WhatIsGcc@ being renamed to @CC@ in GHC HEAD


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

1c137b3d58a85d01eb9018eca927616077d87098
 cfg/system.config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cfg/system.config.in b/cfg/system.config.in
index 0b2e1f1..3c74076 100644
--- a/cfg/system.config.in
+++ b/cfg/system.config.in
@@ -7,7 +7,7 @@
 
 alex           = @AlexCmd@
 ar             = @ArCmd@
-cc             = @WhatGccIsCalled@
+cc             = @CC@
 happy          = @HappyCmd@
 hs-cpp         = @HaskellCPPCmd@
 hscolour       = @HSCOLOUR@



More information about the ghc-commits mailing list