summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2021-02-28 01:03:07 +0000
committerAriadne Conill <ariadne@dereferenced.org>2021-02-28 01:03:07 +0000
commitdcbc3d15d11a53592b745724c5e418c0c7d4c925 (patch)
tree4a18a342a218cab6bacfe8d3f2b359ae4e7c1370 /ci
parenta46111bc8e9fa75abb6e22ab7936804137fa06f4 (diff)
downloadrust-libc-dcbc3d15d11a53592b745724c5e418c0c7d4c925.tar.gz
discard no longer used s390x-linux-musl.json
Diffstat (limited to 'ci')
-rw-r--r--ci/s390x-linux-musl.json30
1 files changed, 0 insertions, 30 deletions
diff --git a/ci/s390x-linux-musl.json b/ci/s390x-linux-musl.json
deleted file mode 100644
index d7110a71ff..0000000000
--- a/ci/s390x-linux-musl.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
- "arch": "s390x",
- "cpu": "z10",
- "crt-static-respected": true,
- "data-layout": "E-m:e-i1:8:16-i8:8:16-i64:64-f128:64-a:8:16-n32:64",
- "dynamic-linking": true,
- "env": "musl",
- "executables": true,
- "features": "-vector",
- "has-elf-tls": true,
- "has-rpath": true,
- "is-builtin": true,
- "linker-is-gnu": true,
- "llvm-target": "s390x-unknown-linux-musl",
- "max-atomic-width": 64,
- "min-global-align": 16,
- "os": "linux",
- "position-independent-executables": true,
- "pre-link-args": {
- "gcc": [
- "-Wl,--as-needed",
- "-Wl,-z,noexecstack"
- ]
- },
- "relro-level": "full",
- "static-position-independent-executables": true,
- "target-endian": "big",
- "target-family": "unix",
- "target-pointer-width": "64"
-}