[gnome-games] flatpak: Skip parallel_n64 on arm
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] flatpak: Skip parallel_n64 on arm
- Date: Thu, 17 Sep 2020 10:49:37 +0000 (UTC)
commit 46516534edf55e2683ee09b90c1b5baa4bd398f1
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Thu Sep 17 15:47:29 2020 +0500
flatpak: Skip parallel_n64 on arm
/usr/lib/gcc/aarch64-unknown-linux-gnu/10.2.0/../../../../aarch64-unknown-linux-gnu/bin/ld:
./mupen64plus-core/src/r4300/recomp.o: in function `init_block':
/run/build/libretro-parallel_n64/mupen64plus-core/src/r4300/recomp.c:2271: undefined reference to
`free_assembler'
/usr/lib/gcc/aarch64-unknown-linux-gnu/10.2.0/../../../../aarch64-unknown-linux-gnu/bin/ld:
/run/build/libretro-parallel_n64/mupen64plus-core/src/r4300/recomp.c:2229: undefined reference to
`init_assembler'
/usr/lib/gcc/aarch64-unknown-linux-gnu/10.2.0/../../../../aarch64-unknown-linux-gnu/bin/ld:
./mupen64plus-core/src/r4300/recomp.o: in function `recompile_block':
/run/build/libretro-parallel_n64/mupen64plus-core/src/r4300/recomp.c:2459: undefined reference to `passe2'
/usr/lib/gcc/aarch64-unknown-linux-gnu/10.2.0/../../../../aarch64-unknown-linux-gnu/bin/ld:
/run/build/libretro-parallel_n64/mupen64plus-core/src/r4300/recomp.c:2462: undefined reference to
`free_assembler'
/usr/lib/gcc/aarch64-unknown-linux-gnu/10.2.0/../../../../aarch64-unknown-linux-gnu/bin/ld:
/run/build/libretro-parallel_n64/mupen64plus-core/src/r4300/recomp.c:2370: undefined reference to
`init_assembler'
flatpak/libretro-cores/libretro-parallel_n64.json | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/flatpak/libretro-cores/libretro-parallel_n64.json
b/flatpak/libretro-cores/libretro-parallel_n64.json
index 2608b105..e9aca81f 100644
--- a/flatpak/libretro-cores/libretro-parallel_n64.json
+++ b/flatpak/libretro-cores/libretro-parallel_n64.json
@@ -1,5 +1,9 @@
{
"name": "libretro-parallel_n64",
+ "skip-arches": [
+ "aarch64",
+ "arm"
+ ],
"no-autogen": true,
"make-args": [
"--makefile=Makefile.install",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]