[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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed May 5 18:34:50 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255546

Brandon Bergren <bdragon at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bdragon at FreeBSD.org

--- Comment #4 from Brandon Bergren <bdragon at 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 doing
asm functions.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ppc mailing list