aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-08-08 03:59:19 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-08-08 04:00:06 +0000
commit6cfaa9aaaf392ed5efef75141c0a28f2d8816f02 (patch)
tree04da23d6cbe1a31248c6f2d0bd66f7e366233def
parent4e7aefdf1f97eab3349eed3785744056b4c1da01 (diff)
downloadports-6cfaa9aaaf392ed5efef75141c0a28f2d8816f02.tar.gz
ports-6cfaa9aaaf392ed5efef75141c0a28f2d8816f02.zip
math/flexfloat: Broken on armv7
Reported by: fallout (cherry picked from commit 140bffac8ce95d4d7cc8d4e230ac2f2b23458888)
-rw-r--r--math/flexfloat/Makefile1
1 files changed, 1 insertions, 0 deletions
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