diff options
Diffstat (limited to 'testing/ghc-bootstrap/bootstrap/x86_64/settings')
-rw-r--r-- | testing/ghc-bootstrap/bootstrap/x86_64/settings | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/testing/ghc-bootstrap/bootstrap/x86_64/settings b/testing/ghc-bootstrap/bootstrap/x86_64/settings new file mode 100644 index 0000000000..bd33b80f23 --- /dev/null +++ b/testing/ghc-bootstrap/bootstrap/x86_64/settings @@ -0,0 +1,32 @@ +[("GCC extra via C opts", " -fwrapv -fno-builtin"), + ("C compiler command", "gcc"), + ("C compiler flags", " -fno-stack-protector"), + ("C compiler link flags", "--no-pie"), + ("Haskell CPP command","gcc"), + ("Haskell CPP flags","-E -undef -traditional "), + ("ld command", "ld.gold"), + ("ld flags", ""), + ("ld supports compact unwind", "YES"), + ("ld supports build-id", "YES"), + ("ld supports filelist", "NO"), + ("ld is GNU ld", "YES"), + ("ar command", "ar"), + ("ar flags", "q"), + ("ar supports at file", "YES"), + ("touch command", "touch"), + ("dllwrap command", "/bin/false"), + ("windres command", "/bin/false"), + ("libtool command", "libtool"), + ("readelf command", "readelf"), + ("perl command", "perl"), + ("cross compiling", "YES"), + ("target os", "OSLinux"), + ("target arch", "ArchX86_64"), + ("target word size", "8"), + ("target has GNU nonexec stack", "True"), + ("target has .ident directive", "True"), + ("target has subsections via symbols", "False"), + ("Unregisterised", "NO"), + ("LLVM llc command", "llc-3.7"), + ("LLVM opt command", "opt-3.7") + ] |