diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-04-07 10:43:25 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-04-07 12:31:36 +0200 |
commit | 8f41f192364ce0e3c3c90251e1ad89974a14f3d4 (patch) | |
tree | 0df1cf7237221cb6a2022b1ff07e200f83170fef /gnu | |
parent | f785d1b890e6017d6102e9a1f72dc70e1a6ab6b4 (diff) | |
download | patches-8f41f192364ce0e3c3c90251e1ad89974a14f3d4.tar patches-8f41f192364ce0e3c3c90251e1ad89974a14f3d4.tar.gz |
ci: Remove "mips64el-linux-gnuabi64" from '%cross-targets'.
The N64 ABI has always been a niche, it seems.
* gnu/ci.scm (%cross-targets): Remove "mips64el-linux-gnuabi64".
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/ci.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/ci.scm b/gnu/ci.scm index 44a6a87e1a..fb2596c809 100644 --- a/gnu/ci.scm +++ b/gnu/ci.scm @@ -128,7 +128,6 @@ SYSTEM." (define %cross-targets '("mips64el-linux-gnu" - "mips64el-linux-gnuabi64" "arm-linux-gnueabihf" "aarch64-linux-gnu" "powerpc-linux-gnu" |