Date: Tue, 23 Apr 2019 16:28:43 +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: r499767 - head/devel/libffcall Message-ID: <201904231628.x3NGShps073089@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Tue Apr 23 16:28:43 2019 New Revision: 499767 URL: https://svnweb.freebsd.org/changeset/ports/499767 Log: Now builds on aarch64. PR: 237432 Submitted by: Greg V <greg at unrelenting dot technology> Approved by: portmgr (tier-2 blanket) Modified: head/devel/libffcall/Makefile Modified: head/devel/libffcall/Makefile ============================================================================== --- head/devel/libffcall/Makefile Tue Apr 23 15:24:37 2019 (r499766) +++ head/devel/libffcall/Makefile Tue Apr 23 16:28:43 2019 (r499767) @@ -12,7 +12,6 @@ COMMENT= Foreign function call libraries LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_aarch64= fails to build: checking whether code in malloc()ed memory is executable... Killing runaway build after 14400 seconds with no output 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 BROKEN_mips= fails to build: gmake[2]: No rule to make target 'avcall-mipsn32-macro.S', needed by 'avcall-mipsn32.s'
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904231628.x3NGShps073089>