Date: Wed, 05 May 2021 18:34:49 +0000 From: bugzilla-noreply@freebsd.org To: powerpc@FreeBSD.org Subject: [Bug 255546] games/libretro-mame2000 : fails to build on FreeBSD 13.0-RELEASE powerpc 32 bit: [Makefile:579: src/cpu/tms9900/tms9980a.o] Error 1 Message-ID: <bug-255546-25139-OmgtwdBsTp@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-255546-25139@https.bugs.freebsd.org/bugzilla/> References: <bug-255546-25139@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255546 Brandon Bergren <bdragon@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bdragon@FreeBSD.org --- Comment #4 from Brandon Bergren <bdragon@FreeBSD.org> --- FWIW, src/cpu/tms9900/99xxstat.h contains PPC32 specific assembly. If you want to try the generic C version of those functions, change the `#if defined(__POWERPC__) && !defined(__powerpc64__)` line to `#if 0`. Not sure why it's failing to build though. I suspect that it's using GCC specific bits in the assembly, as I really don't recognize the way it's doi= ng asm functions. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-255546-25139-OmgtwdBsTp>