From 02143b5d5741f72e0cdaa61d1fe67c21c1c4b8d3 Mon Sep 17 00:00:00 2001 From: Ariadne Conill <ariadne@dereferenced.org> Date: Thu, 13 May 2021 17:26:59 -0600 Subject: [PATCH] main/guile: disable strip on mips64 --- main/guile/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/guile/APKBUILD b/main/guile/APKBUILD index ca92d5aafcaa..279a43d4dd0a 100644 --- a/main/guile/APKBUILD +++ b/main/guile/APKBUILD @@ -21,7 +21,7 @@ source="https://ftp.gnu.org/gnu/guile/guile-$pkgver.tar.gz " case "$CARCH" in -x86 | x86_64) options="$options !strip" ;; +x86 | x86_64 | mips64) options="$options !strip" ;; # Otherwise we'll get strip: Unable to recognise the format of the input file esac -- GitLab