Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
3dac5a57
Commit
3dac5a57
authored
Dec 26, 2014
by
Andrey Mokhov
Browse files
Remove generated file.
parent
e89924f2
Changes
2
Hide whitespace changes
Inline
Side-by-side
cfg/default.config
deleted
100644 → 0
View file @
e89924f2
# Paths to builders:
# ==================
system
-
ghc
= /
usr
/
local
/
bin
/
ghc
system
-
ghc
-
pkg
= /
usr
/
local
/
bin
/
ghc
-
pkg
ghc
-
cabal
=
C
:/
msys64
/
home
/
chEEtah
/
ghc
/
inplace
/
bin
/
ghc
-
cabal
ghc
-
stage1
=
C
:/
msys64
/
home
/
chEEtah
/
ghc
/
inplace
/
bin
/
ghc
-
stage1
ghc
-
stage2
=
C
:/
msys64
/
home
/
chEEtah
/
ghc
/
inplace
/
bin
/
ghc
-
stage2
ghc
-
stage3
=
C
:/
msys64
/
home
/
chEEtah
/
ghc
/
inplace
/
bin
/
ghc
-
stage3
ghc
-
pkg
=
C
:/
msys64
/
home
/
chEEtah
/
ghc
/
inplace
/
bin
/
ghc
-
pkg
gcc
=
C
:/
msys64
/
home
/
chEEtah
/
ghc
/
inplace
/
mingw
/
bin
/
gcc
.
exe
ld
=
C
:/
msys64
/
home
/
chEEtah
/
ghc
/
inplace
/
mingw
/
bin
/
ld
.
exe
ar
= /
mingw64
/
bin
/
ar
alex
= /
usr
/
local
/
bin
/
alex
happy
= /
usr
/
local
/
bin
/
happy
hscolour
=
# Information about builders:
#============================
gcc
-
is
-
clang
=
gcc
-
lt
-
46
=
NO
# Build options:
#===============
lax
-
dependencies
=
NO
dynamic
-
ghc
-
programs
=
NO
# Information about host and target systems:
# ==========================================
target
-
os
=
mingw32
target
-
arch
=
x86_64
target
-
platform
-
full
=
x86_64
-
unknown
-
mingw32
host
-
os
-
cpp
=
mingw32
cross
-
compiling
=
NO
# Compilation and linking flags:
#===============================
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
=
# Include and library directories:
#=================================
iconv
-
include
-
dirs
=
iconv
-
lib
-
dirs
=
gmp
-
include
-
dirs
=
gmp
-
lib
-
dirs
=
cfg/default.config.was
deleted
100644 → 0
View file @
e89924f2
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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment