diff options
Diffstat (limited to 'emulators/unicorn/Makefile')
-rw-r--r-- | emulators/unicorn/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/unicorn/Makefile b/emulators/unicorn/Makefile index e7b2846e591b..aa566f53bb17 100644 --- a/emulators/unicorn/Makefile +++ b/emulators/unicorn/Makefile @@ -13,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING TEST_DEPENDS= cmocka>0:sysutils/cmocka BROKEN_armv6= fails to compile: 'tcg-target.h' file not found +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" |