From 6cfaa9aaaf392ed5efef75141c0a28f2d8816f02 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sun, 7 Aug 2022 20:59:19 -0700 Subject: [PATCH] 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