From dcbc3d15d11a53592b745724c5e418c0c7d4c925 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Sun, 28 Feb 2021 01:03:07 +0000 Subject: discard no longer used s390x-linux-musl.json --- ci/s390x-linux-musl.json | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 ci/s390x-linux-musl.json (limited to 'ci') 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" -} -- cgit v1.2.1