From 6105efbd860053245c87ed3300017071ebec5bb7 Mon Sep 17 00:00:00 2001 From: TBK Date: Sun, 5 Apr 2020 22:42:26 +0200 Subject: testing/libretro-blastem: disable armhf make libblastem.so OS=Linux CC=gcc CPU=x86_64 make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Entering directory '/home/buildozer/aports/testing/libretro-blastem/src/blastem-4206da1f986ecda199c82d4a2404eff904397f55' gcc -O2 -flto -std=gnu99 -Wreturn-type -Werror=return-type -Werror=implicit-function-declaration -Wno-unused-value -DHAS_PROC -DHAVE_UNISTD_H -DX86_64 -m64 -fpic -DIS_LIB -c -o libblastem.o libblastem.c gcc: error: unrecognized command line option '-m64' make[1]: *** [Makefile:354: libblastem.o] Error 1 --- testing/libretro-blastem/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/libretro-blastem/APKBUILD') diff --git a/testing/libretro-blastem/APKBUILD b/testing/libretro-blastem/APKBUILD index 142761a891..a65bba6b0f 100644 --- a/testing/libretro-blastem/APKBUILD +++ b/testing/libretro-blastem/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 _commit="4206da1f986ecda199c82d4a2404eff904397f55" pkgdesc="fast and accurate Genesis emulator" url="https://github.com/libretro/blastem" -arch="all !aarch64 !armv7 !x86" +arch="all !aarch64 !armv7 !armhf !x86" license="GPL-3.0-only" makedepends="mesa-dev" source="$pkgname-$_commit.tar.gz::https://github.com/libretro/blastem/archive/$_commit.tar.gz" -- cgit v1.2.3