aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-06-17 12:07:28 +0200
committerBart Ribbers <bribbers@disroot.org>2020-06-17 12:07:28 +0200
commit4b327504624205ac961386e61ef555ffa9a75856 (patch)
treef4e7d5015867820b1799fb750265ea981860cb89
parentc157b5efa5efa430f5c7f1ceb7b3f37b0a0ee69b (diff)
testing/gcc-cross-embedded-stage1: fix building of all arches
-rw-r--r--testing/gcc-cross-embedded-stage1/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gcc-cross-embedded-stage1/APKBUILD b/testing/gcc-cross-embedded-stage1/APKBUILD
index c51f076c3b2..cdcd2f0af4d 100644
--- a/testing/gcc-cross-embedded-stage1/APKBUILD
+++ b/testing/gcc-cross-embedded-stage1/APKBUILD
@@ -13,7 +13,7 @@ _targets="
"
# or1k-elf fails to build on 32-bit architectures
case "$CARCH" in
- x86_64|aarch64|ppc64le|mips64) _targets="$targets or1k-elf"
+ x86_64|aarch64|ppc64le|mips64) _targets="$_targets or1k-elf"
esac
pkgname="gcc-cross-embedded-stage1"
pkgver=9.3.0