mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
testing/mame: revert s390x to clang
* s390x build seems fine according to build logs of 0.206-r0
This commit is contained in:
parent
2114a900ee
commit
e7a1be8bb2
@ -3,7 +3,7 @@
|
||||
pkgname=mame
|
||||
pkgver=0.206
|
||||
_pkgver=${pkgver/.}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Multi Arcade Machine Emulator with GroovyMAME/Switchres/No-nag patchset."
|
||||
url="https://mamedev.org"
|
||||
arch="all"
|
||||
@ -85,8 +85,8 @@ build() {
|
||||
esac
|
||||
|
||||
case "$CARCH" in
|
||||
armhf|s390x)
|
||||
# clang segfaults on armhf,s390x
|
||||
armhf)
|
||||
# clang segfaults on armhf
|
||||
true
|
||||
;;
|
||||
*)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user