aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-05-13 23:21:37 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-05-13 23:21:37 +0000
commit7e4f41c6908ce98d98c9a87bb0998ff78c715166 (patch)
tree4ae3b8a2f12ec648a3f08b6e08e43bdddbde045b /emulators
parentaaf8b327e5095da79cd603bcd11cc3bb1af0e5b5 (diff)
downloadports-7e4f41c6908ce98d98c9a87bb0998ff78c715166.tar.gz
ports-7e4f41c6908ce98d98c9a87bb0998ff78c715166.zip
Notes
Diffstat (limited to 'emulators')
-rw-r--r--emulators/gem5/Makefile2
-rw-r--r--emulators/simh/Makefile2
-rw-r--r--emulators/unicorn/Makefile2
3 files changed, 5 insertions, 1 deletions
diff --git a/emulators/gem5/Makefile b/emulators/gem5/Makefile
index fb510f987452..51e51800f49e 100644
--- a/emulators/gem5/Makefile
+++ b/emulators/gem5/Makefile
@@ -14,7 +14,7 @@ BUILD_DEPENDS= swig2.0:devel/swig20 \
BROKEN_armv6= fails to link: undefined reference to HDLcd::BUS_OPTIONS_RESETV
BROKEN_i386= does not build
BROKEN_mips64= fails to build: claims that gcc version 4.6 or newer required
-BROKEN_powerpc64= does not build
+BROKEN_powerpc64= fails to build: claims that gcc version 4.6 or newer required
DATE= 20140422
USE_GITHUB= yes
diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile
index b6e3c18d67f9..175ee9faf0b7 100644
--- a/emulators/simh/Makefile
+++ b/emulators/simh/Makefile
@@ -17,6 +17,8 @@ COMMENT= Emulates classic DEC, HP, GRI, IBM, Altair, SDS, Honeywell, and others
LICENSE= BSD3CLAUSE
+BROKEN_powerpc64= fails to compile: cc1: error: unrecognized command line option "-Wno-logical-op-parentheses"
+
NO_WRKSUBDIR= yes
USES= gmake dos2unix zip
diff --git a/emulators/unicorn/Makefile b/emulators/unicorn/Makefile
index 305df7629efe..479bacd61209 100644
--- a/emulators/unicorn/Makefile
+++ b/emulators/unicorn/Makefile
@@ -12,6 +12,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
TEST_DEPENDS= cmocka>0:sysutils/cmocka
+BROKEN_powerpc64= fails to compile: cc1: error: unrecognized command line option "-Wno-logical-op-parentheses"
+
USE_GITHUB= yes
GH_ACCOUNT= unicorn-engine