aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorTBK <tbk@jjtc.eu>2020-04-07 01:16:25 +0200
committerTBK <tbk@jjtc.eu>2020-04-07 01:16:25 +0200
commit9ec1b1e27d6ceed92c702b19dd87080f1b9ed3e1 (patch)
tree08866a01280f8a61a38cc9a197da0459bebfdfa6 /testing
parent523332b615a318887d0cf76abfb7733003fdcf92 (diff)
downloadaports-9ec1b1e27d6ceed92c702b19dd87080f1b9ed3e1.tar.bz2
aports-9ec1b1e27d6ceed92c702b19dd87080f1b9ed3e1.tar.xz
testing/libretro-yabause: disable on armhf
gcc: error: unrecognized command line option '-mfpmath=sse' make: *** [Makefile:605: ../osdcore.c.o] Error 1 make: *** Waiting for unfinished jobs.... make: *** [Makefile:605: ../bios.c.o] Error 1 make: *** [Makefile:605: ../cd-libretro.c.o] Error 1 gcc: error: unrecognized command line option '-mfpmath=sse' gcc: error: unrecognized command line option '-mfpmath=sse'
Diffstat (limited to 'testing')
-rw-r--r--testing/libretro-yabause/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libretro-yabause/APKBUILD b/testing/libretro-yabause/APKBUILD
index 36f7590b8e..78e70837a3 100644
--- a/testing/libretro-yabause/APKBUILD
+++ b/testing/libretro-yabause/APKBUILD
@@ -6,7 +6,7 @@ pkgrel=0
_commit="9be109f9032afa793d2a79b837c4cc232cea5929"
pkgdesc="Yabause/YabaSanshiro/Kronos ports to libretro"
url="https://github.com/libretro/yabause"
-arch="all !aarch64 !armv7 !ppc64le !s390x"
+arch="all !aarch64 !armv7 !armhf !ppc64le !s390x"
license="GPL-2.0-only"
source="$pkgname-$_commit.tar.gz::https://github.com/libretro/yabause/archive/$_commit.tar.gz"
builddir="$srcdir/yabause-$_commit"