[commit: ghc] master: configure.ac: print resolved 'ar' and 'ranlib' tools (1ca188c)

git at git.haskell.org git at git.haskell.org
Mon Apr 17 12:57:09 UTC 2017


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/1ca188c74e70661419499e78be5b0a4998c85dea/ghc

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

commit 1ca188c74e70661419499e78be5b0a4998c85dea
Author: Sergei Trofimovich <slyfox at gentoo.org>
Date:   Mon Apr 17 09:40:17 2017 +0100

    configure.ac: print resolved 'ar' and 'ranlib' tools
    
    Signed-off-by: Sergei Trofimovich <slyfox at gentoo.org>


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

1ca188c74e70661419499e78be5b0a4998c85dea
 configure.ac | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure.ac b/configure.ac
index dd107e5..83e692f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1237,9 +1237,11 @@ echo "\
    Unregisterised            : $Unregisterised
    hs-cpp       : $HaskellCPPCmd
    hs-cpp-flags : $HaskellCPPArgs
+   ar           : $ArCmd
    ld           : $LdCmd
    nm           : $NmCmd
    objdump      : $ObjdumpCmd
+   ranlib       : $RanlibCmd
    Happy        : $HappyCmd ($HappyVersion)
    Alex         : $AlexCmd ($AlexVersion)
    Perl         : $PerlCmd



More information about the ghc-commits mailing list