From cb4f0fc92060b736b2ab71fcf12d3a0b727aec49 Mon Sep 17 00:00:00 2001 From: linimon Date: Sat, 9 Dec 2017 00:42:05 +0000 Subject: Mark more ports broken that fail on both armv6 and armv7. Approved by: portmgr (tier-2 blanket) --- devel/libffcall/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'devel/libffcall') diff --git a/devel/libffcall/Makefile b/devel/libffcall/Makefile index 11895d7b398a..c2f192fbd87b 100644 --- a/devel/libffcall/Makefile +++ b/devel/libffcall/Makefile @@ -11,6 +11,9 @@ COMMENT= Foreign function call libraries LICENSE= GPLv2+ +BROKEN_armv6= fails to build: avcall-armhf.s:46:2: error: '.syntax divided' arm assembly not supported +BROKEN_armv7= fails to build: avcall-armhf.s:46:2: error: '.syntax divided' arm assembly not supported + GNU_CONFIGURE= yes USES= gmake libtool USE_LDCONFIG= yes -- cgit