summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-08-07 20:59:19 -0700
committerYuri Victorovich <yuri@FreeBSD.org>2022-08-07 20:59:19 -0700
commit140bffac8ce95d4d7cc8d4e230ac2f2b23458888 (patch)
tree359eaf0bf9424c8b51375f081ce0ceb618a53221
parentf25147f118470fe53910b090c0a5435797200bba (diff)
downloadfreebsd-ports-140bffac8ce95d4d7cc8d4e230ac2f2b23458888.zip
math/flexfloat: Broken on armv7
Reported by: fallout
-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