Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Mar 2022 19:23:04 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 89b325192619 - main - math/flexfloat: Broken on aarch64
Message-ID:  <202203201923.22KJN4TM063961@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=89b32519261908ac8736aea774cde24a462d5a38

commit 89b32519261908ac8736aea774cde24a462d5a38
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-03-20 19:22:20 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-03-20 19:22:20 +0000

    math/flexfloat: Broken on aarch64
    
    Reported by:    portscout
---
 math/flexfloat/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/math/flexfloat/Makefile b/math/flexfloat/Makefile
index d894ab36e4f8..7a30ad98a979 100644
--- a/math/flexfloat/Makefile
+++ b/math/flexfloat/Makefile
@@ -8,6 +8,8 @@ COMMENT=	C library for the emulation of reduced-precision floating point types
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_aarch64=	unknown type name '__float128'; did you mean '_Float128'?
+
 USES=		cmake
 USE_GITHUB=	yes
 GH_ACCOUNT=	oprecomp



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