[commit: ghc] wip/nfs-locking: Add more configuration flags. (b2928a3)
git at git.haskell.org
git at git.haskell.org
Thu Oct 26 23:37:34 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/b2928a32abf293f02f4ebe8efe6349e6fb73bc4a/ghc
>---------------------------------------------------------------
commit b2928a32abf293f02f4ebe8efe6349e6fb73bc4a
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Mon Sep 21 00:55:17 2015 +0100
Add more configuration flags.
>---------------------------------------------------------------
b2928a32abf293f02f4ebe8efe6349e6fb73bc4a
cfg/system.config.in | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)
diff --git a/cfg/system.config.in b/cfg/system.config.in
index b92b6ba..6bfb20d 100644
--- a/cfg/system.config.in
+++ b/cfg/system.config.in
@@ -5,14 +5,14 @@
#===================
system-ghc = @WithGhc@
-system-gcc = @CC_STAGE0@
-system-ghc-pkg = @GhcPkgCmd@
-gcc = @WhatGccIsCalled@
-
ghc-stage1 = @hardtop@/inplace/bin/ghc-stage1
ghc-stage2 = @hardtop@/inplace/bin/ghc-stage2
ghc-stage3 = @hardtop@/inplace/bin/ghc-stage3
+system-gcc = @CC_STAGE0@
+gcc = @WhatGccIsCalled@
+
+system-ghc-pkg = @GhcPkgCmd@
ghc-pkg = @hardtop@/inplace/bin/ghc-pkg
ghc-cabal = @hardtop@/inplace/bin/ghc-cabal
@@ -49,13 +49,19 @@ target-os = @TargetOS_CPP@
target-arch = @TargetArch_CPP@
target-platform-full = @TargetPlatformFull@
-host-os-cpp = @HostOS_CPP@
+host-os = @HostOS_CPP@
+host-arch = @HostArch_CPP@
cross-compiling = @CrossCompiling@
dynamic-extension = @soext_target@
+ghc-major-version = @GhcMajVersion@
+ghc-minor-version = @GhcMinVersion@
+ghc-patch-level = @GhcPatchLevel@
+
project-version = @ProjectVersion@
+project-version-int = @ProjectVersionInt@
# Compilation and linking flags:
#===============================
More information about the ghc-commits
mailing list