Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Aug 2022 03:59:45 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: 140bffac8ce9 - main - math/flexfloat: Broken on armv7
Message-ID:  <202208080359.2783xjJN061311@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=140bffac8ce95d4d7cc8d4e230ac2f2b23458888

commit 140bffac8ce95d4d7cc8d4e230ac2f2b23458888
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-08-08 03:59:19 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-08-08 03:59:19 +0000

    math/flexfloat: Broken on armv7
    
    Reported by:    fallout
---
 math/flexfloat/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/math/flexfloat/Makefile b/math/flexfloat/Makefile
index 7a30ad98a979..bc7a04814b68 100644
--- a/math/flexfloat/Makefile
+++ b/math/flexfloat/Makefile
@@ -9,6 +9,7 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_aarch64=	unknown type name '__float128'; did you mean '_Float128'?
+BROKEN_armv7=	unknown type name '__float128'; did you mean '_Float128'?
 
 USES=		cmake
 USE_GITHUB=	yes



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