[commit: ghc] wip/nfs-locking: Move config files to cfg subdirectory. (e89924f)

git at git.haskell.org git at git.haskell.org
Thu Oct 26 23:15:36 UTC 2017


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

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

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

commit e89924f2e5871fe2b4011b9365ab2ba21083e669
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Fri Dec 26 22:36:26 2014 +0000

    Move config files to cfg subdirectory.


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

e89924f2e5871fe2b4011b9365ab2ba21083e669
 default.config.in | 45 ---------------------------------------------
 user.config       |  1 -
 2 files changed, 46 deletions(-)

diff --git a/default.config.in b/default.config.in
deleted file mode 100644
index 4ab5e21..0000000
--- a/default.config.in
+++ /dev/null
@@ -1,45 +0,0 @@
-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
deleted file mode 100644
index 313d39a..0000000
--- a/user.config
+++ /dev/null
@@ -1 +0,0 @@
-lax-dependencies = YES



More information about the ghc-commits mailing list