[commit: ghc] master: configure.ac: Report Unregisterised setting (a6094fa)

git at git.haskell.org git at git.haskell.org
Thu Oct 20 09:43:45 UTC 2016


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

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

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

commit a6094fa08360cfc7e32023b033317be45c1b91b2
Author: Erik de Castro Lopo <erikd at mega-nerd.com>
Date:   Thu Oct 20 05:21:25 2016 +1100

    configure.ac: Report Unregisterised setting
    
    Showing the value of this configure option in the configure output
    can help debugging issues in build bots etc.
    
    Test Plan: N/A
    
    Reviewers: hvr, austin, bgamari
    
    Reviewed By: bgamari
    
    Subscribers: thomie
    
    Differential Revision: https://phabricator.haskell.org/D2616


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

a6094fa08360cfc7e32023b033317be45c1b91b2
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index 0fceb16..629624a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1171,6 +1171,7 @@ echo ["\
    Using $CompilerName       : $CC
       which is version       : $GccVersion
    Building a cross compiler : $CrossCompiling
+   Unregisterised            : $Unregisterised
    hs-cpp       : $HaskellCPPCmd
    hs-cpp-flags : $HaskellCPPArgs
    ld           : $LdCmd



More information about the ghc-commits mailing list