Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jul 2018 17:31:03 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r474527 - head/math/openlibm
Message-ID:  <201807121731.w6CHV32f073245@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807121731.w6CHV32f073245>