testing/mame: revert s390x to clang

* s390x build seems fine according to build logs of 0.206-r0
This commit is contained in:
Taner Tas 2019-02-03 16:46:59 +03:00 committed by Andy Postnikov
parent 2114a900ee
commit e7a1be8bb2

View File

@ -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
;;
*)