Skip to content

Commit

Permalink
testing/mame: use default compiler for s390x
Browse files Browse the repository at this point in the history
* revert -DBX_CRT_MUSL on compiler options
  • Loading branch information
tanertas authored and andypost committed Feb 3, 2019
1 parent 28af8c1 commit 10589b0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions testing/mame/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
pkgname=mame
pkgver=0.206
_pkgver=${pkgver/.}
pkgrel=0
pkgrel=1
pkgdesc="Multi Arcade Machine Emulator with GroovyMAME/Switchres/No-nag patchset."
url="https://mamedev.org"
arch="all !armhf !s390x"
arch="all"
license="GPL-2.0-or-later"
depends="$pkgname-common"
makedepends="
Expand Down Expand Up @@ -85,8 +85,8 @@ build() {
esac

case "$CARCH" in
armhf)
# clang segfaults on armhf
armhf|s390x)
# clang segfaults on armhf,s390x
true
;;
*)
Expand All @@ -96,7 +96,7 @@ build() {
;;
esac

export CFLAGS="$CFLAGS -I/usr/include/lua5.3 -Wno-everything"
export CFLAGS="$CFLAGS -I/usr/include/lua5.3 -DBX_CRT_MUSL -Wno-everything"
export CXXFLAGS="$CFLAGS"
export LDFLAGS="$LDFLAGS -L/usr/lib/lua5.3"

Expand Down

0 comments on commit 10589b0

Please sign in to comment.