svn commit: r474527 - head/math/openlibm

Yuri Victorovich yuri at FreeBSD.org
Thu Jul 12 17:31:04 UTC 2018


Author: yuri
Date: Thu Jul 12 17:31:03 2018
New Revision: 474527
URL: https://svnweb.freebsd.org/changeset/ports/474527

Log:
  math/openlibm: Not broken in aarch64
  
  PR:		229737
  Submitted by:	Greg V <greg at unrelenting.technology>

Modified:
  head/math/openlibm/Makefile

Modified: head/math/openlibm/Makefile
==============================================================================
--- head/math/openlibm/Makefile	Thu Jul 12 17:22:52 2018	(r474526)
+++ head/math/openlibm/Makefile	Thu Jul 12 17:31:03 2018	(r474527)
@@ -14,7 +14,6 @@ LICENSE=	MIT ISCL BSD2CLAUSE
 LICENSE_COMB=	multi
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-BROKEN_aarch64=		fails to compile: the clang compiler does not support -march=aarch64
 BROKEN_armv6=		fails to compile: a parameter list without types is only allowed in a function definition
 BROKEN_armv7=		fails to compile: a parameter list without types is only allowed in a function definition
 BROKEN_mips=		fails to compile: No rule to make target mips/Make.files


More information about the svn-ports-all mailing list