[commit: ghc] wip/nfs-locking: Add configuration files and dummy builders (autoconf, configure) for debugging. (9089a36)

git at git.haskell.org git at git.haskell.org
Thu Oct 26 22:58:43 UTC 2017


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

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

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

commit 9089a366948907d730e9cc550f209357214be039
Author: Andrey Mokhov <andrey.mokhov at ncl.ac.uk>
Date:   Tue Dec 23 18:01:01 2014 +0000

    Add configuration files and dummy builders (autoconf, configure) for debugging.


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

9089a366948907d730e9cc550f209357214be039
 autoconf          |  2 ++
 configure         |  1 +
 configure.ac      |  1 +
 default.config    | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 default.config.in | 45 +++++++++++++++++++++++++++++++++++++++++++++
 user.config       |  1 +
 6 files changed, 102 insertions(+)

diff --git a/autoconf b/autoconf
new file mode 100644
index 0000000..99e5cb3
--- /dev/null
+++ b/autoconf
@@ -0,0 +1,2 @@
+echo "Running autoconf... (not really)"
+echo "$(cat $(dirname $0)/configure.ac) $(date)...\"" > $(dirname $0)/configure
diff --git a/configure b/configure
new file mode 100644
index 0000000..f51695b
--- /dev/null
+++ b/configure
@@ -0,0 +1 @@
+echo "Running fake configure generated at: Mon, Dec 22, 2014  2:15:52 PM..."
diff --git a/configure.ac b/configure.ac
new file mode 100644
index 0000000..03184ad
--- /dev/null
+++ b/configure.ac
@@ -0,0 +1 @@
+echo "Running fake configure generated at:
diff --git a/default.config b/default.config
new file mode 100644
index 0000000..f821e7a
--- /dev/null
+++ b/default.config
@@ -0,0 +1,52 @@
+system-ghc = C:/msys64/usr/local/bin/ghc.exe
+system-ghc-pkg = C:/msys64/usr/local/bin/ghc-pkg.exe
+
+ghc-cabal = C:/msys64/home/b-anmokh/ghc/inplace/bin/ghc-cabal.exe
+ghc-stage1 = C:/msys64/home/b-anmokh/ghc/inplace/bin/ghc-stage1.exe
+ghc-stage2 = C:/msys64/home/b-anmokh/ghc/inplace/bin/ghc-stage2.exe
+ghc-stage3 = C:/msys64/home/b-anmokh/ghc/inplace/bin/ghc-stage3.exe
+
+ghc-pkg = C:/msys64/home/b-anmokh/ghc/inplace/bin/ghc-pkg.exe
+
+gcc = C:/msys64/home/b-anmokh/ghc/inplace/mingw/bin/gcc.exe
+ld = C:/msys64/home/b-anmokh/ghc/inplace/mingw/bin/ld.exe
+ar = C:/msys64/home/b-anmokh/ghc/inplace/mingw/bin/ar.exe
+alex = C:/msys64/usr/local/bin/alex.exe
+happy = C:/msys64/usr/local/bin/happy.exe
+hscolour = 
+
+target-os = mingw32
+target-arch = x86_64
+target-platform-full = x86_64-unknown-mingw32
+
+cross-compiling = NO
+
+conf-cc-args-stage-0 =  -fno-stack-protector
+conf-cc-args-stage-1 =  -fno-stack-protector
+conf-cc-args-stage-2 =  -fno-stack-protector
+
+conf-cpp-args-stage-0 = 
+conf-cpp-args-stage-1 = 
+conf-cpp-args-stage-2 = 
+
+conf-gcc-linker-args-stage-0 = 
+conf-gcc-linker-args-stage-1 = 
+conf-gcc-linker-args-stage-2 = 
+
+conf-ld-linker-args-stage-0 = 
+conf-ld-linker-args-stage-1 = 
+conf-ld-linker-args-stage-2 = 
+
+iconv-include-dirs = 
+iconv-lib-dirs = 
+gmp-include-dirs = 
+gmp-lib-dirs = 
+
+lax-dependencies = NO
+dynamic-ghc-programs = NO
+gcc-is-clang = NO
+gcc-lt-46     = NO
+
+
+
+host-os-cpp = mingw32
diff --git a/default.config.in b/default.config.in
new file mode 100644
index 0000000..4ab5e21
--- /dev/null
+++ b/default.config.in
@@ -0,0 +1,45 @@
+ghc-cabal = inplace/bin/ghc-cabal at exeext_host@
+ghc = @WithGhc@
+ghc-pkg = @GhcPkgCmd@
+gcc = @WhatGccIsCalled@
+ld = @LdCmd@
+ar = @ArCmd@
+alex = @AlexCmd@
+happy = @HappyCmd@
+hscolour = @HSCOLOUR@
+target-os = @TargetOS_CPP@
+target-arch = @TargetArch_CPP@
+target-platform-full = @TargetPlatformFull@
+
+cross-compiling = @CrossCompiling@
+
+conf-cc-args-stage-0 = @CONF_CC_OPTS_STAGE0@
+conf-cc-args-stage-1 = @CONF_CC_OPTS_STAGE1@
+conf-cc-args-stage-2 = @CONF_CC_OPTS_STAGE2@
+
+conf-cpp-args-stage-0 = @CONF_CPP_OPTS_STAGE0@
+conf-cpp-args-stage-1 = @CONF_CPP_OPTS_STAGE1@
+conf-cpp-args-stage-2 = @CONF_CPP_OPTS_STAGE2@
+
+conf-gcc-linker-args-stage-0 = @CONF_GCC_LINKER_OPTS_STAGE0@
+conf-gcc-linker-args-stage-1 = @CONF_GCC_LINKER_OPTS_STAGE1@
+conf-gcc-linker-args-stage-2 = @CONF_GCC_LINKER_OPTS_STAGE2@
+
+conf-ld-linker-args-stage-0 = @CONF_LD_LINKER_OPTS_STAGE0@
+conf-ld-linker-args-stage-1 = @CONF_LD_LINKER_OPTS_STAGE1@
+conf-ld-linker-args-stage-2 = @CONF_LD_LINKER_OPTS_STAGE2@
+
+iconv-include-dirs = @ICONV_INCLUDE_DIRS@
+iconv-lib-dirs = @ICONV_LIB_DIRS@
+
+gmp-include-dirs = @GMP_INCLUDE_DIRS@
+gmp-lib-dirs = @GMP_LIB_DIRS@
+
+lax-dependencies = NO
+dynamic-ghc-programs = NO
+gcc-is-clang = @GccIsClang@
+gcc-lt-46 = @GccLT46@
+
+
+
+host-os-cpp	= @HostOS_CPP@
\ No newline at end of file
diff --git a/user.config b/user.config
new file mode 100644
index 0000000..313d39a
--- /dev/null
+++ b/user.config
@@ -0,0 +1 @@
+lax-dependencies = YES



More information about the ghc-commits mailing list