Date: Mon, 1 Oct 2018 17:18:19 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481042 - head/emulators/unicorn Message-ID: <201810011718.w91HIJBC062767@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Oct 1 17:18:19 2018 New Revision: 481042 URL: https://svnweb.freebsd.org/changeset/ports/481042 Log: Require a modern compiler to fix build on powerpc64 PR: 231850 Modified: head/emulators/unicorn/Makefile Modified: head/emulators/unicorn/Makefile ============================================================================== --- head/emulators/unicorn/Makefile Mon Oct 1 16:02:02 2018 (r481041) +++ head/emulators/unicorn/Makefile Mon Oct 1 17:18:19 2018 (r481042) @@ -16,12 +16,11 @@ BROKEN_armv6= fails to compile: 'tcg-target.h' file n BROKEN_armv7= fails to compile: 'tcg-target.h' file not found BROKEN_mips= fails to compile: 'ICACHE' undeclared (first use in this function) BROKEN_mips64= fails to compile: 'ICACHE' undeclared (first use in this function) -BROKEN_powerpc64= fails to compile: cc1: unrecognized command line option "-Wno-logical-op-parentheses" USE_GITHUB= yes GH_ACCOUNT= unicorn-engine -USES= gmake python:2.7,build +USES= compiler:c11 gmake python:2.7,build USE_LDCONFIG= yes MAKE_ENV= INSTALL_LIB="${INSTALL_LIB}" \ UNICORN_QEMU_FLAGS=--python=${PYTHON_CMD} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810011718.w91HIJBC062767>