[commit: ghc] wip/nfs-locking: Add TODO. (d07b5b2)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:01:40 UTC 2017


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

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

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

commit d07b5b20b922d45967d22a29db3f00f9fd0e4247
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Thu Feb 11 01:17:31 2016 +0000

    Add TODO.


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

d07b5b20b922d45967d22a29db3f00f9fd0e4247
 src/Settings/Builders/GhcCabal.hs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/Settings/Builders/GhcCabal.hs b/src/Settings/Builders/GhcCabal.hs
index 51d0e6b..4a46b84 100644
--- a/src/Settings/Builders/GhcCabal.hs
+++ b/src/Settings/Builders/GhcCabal.hs
@@ -66,6 +66,7 @@ libraryArgs = do
              else "--disable-shared" ]
 
 -- TODO: LD_OPTS?
+-- TODO: WARNING: unrecognized options: --with-compiler, --with-gmp-libraries, --with-cc
 configureArgs :: Args
 configureArgs = do
     let conf key = appendSubD $ "--configure-option=" ++ key



More information about the ghc-commits mailing list