Date: Tue, 19 Jan 2021 03:07:32 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r562013 - head/games/libretro-uae Message-ID: <202101190307.10J37W8A026907@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Tue Jan 19 03:07:32 2021 New Revision: 562013 URL: https://svnweb.freebsd.org/changeset/ports/562013 Log: Mark as BROKEN on riscv64: ./sources/src/machdep/maccess.h:51:14: error: unrecognized instruction mnemonic Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com build testing Modified: head/games/libretro-uae/Makefile Modified: head/games/libretro-uae/Makefile ============================================================================== --- head/games/libretro-uae/Makefile Tue Jan 19 03:07:18 2021 (r562012) +++ head/games/libretro-uae/Makefile Tue Jan 19 03:07:32 2021 (r562013) @@ -9,6 +9,8 @@ COMMENT= Libretro port of UAE LICENSE= GPLv2 +BROKEN_riscv64= fails to compile: ./sources/src/machdep/maccess.h:51:14: unrecognized instruction mnemonic + USES= compiler:c++11-lib gmake gl USE_LDCONFIG= yes USE_GL= gl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101190307.10J37W8A026907>