mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-30 10:51:39 +02:00
testing/gcc-cross-embedded: fix building of all arches
This commit is contained in:
parent
ec92cc856f
commit
ad5dfa8bf1
@ -12,11 +12,11 @@ _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
|
||||
pkgver=9.2.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="The GNU Compiler Collection for embedded targets"
|
||||
url="http://gcc.gnu.org"
|
||||
depends="gcc"
|
||||
|
Loading…
x
Reference in New Issue
Block a user