git: 6cfaa9aaaf39 - 2022Q3 - math/flexfloat: Broken on armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Aug 2022 04:00:11 UTC
The branch 2022Q3 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=6cfaa9aaaf392ed5efef75141c0a28f2d8816f02 commit 6cfaa9aaaf392ed5efef75141c0a28f2d8816f02 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-08-08 03:59:19 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-08-08 04:00:06 +0000 math/flexfloat: Broken on armv7 Reported by: fallout (cherry picked from commit 140bffac8ce95d4d7cc8d4e230ac2f2b23458888) --- 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