diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-07-12 17:31:03 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-07-12 17:31:03 +0000 |
commit | c2a65ee591ea1af282becaecde6ab3bd2e6bbe4e (patch) | |
tree | 4d32d0f39121e55e69bb2905900a9a918e22d0b8 /math/openlibm | |
parent | bfc0a6cc17a250e6416a0a4fa1793ca49006e7d3 (diff) | |
download | ports-c2a65ee591ea1af282becaecde6ab3bd2e6bbe4e.tar.gz ports-c2a65ee591ea1af282becaecde6ab3bd2e6bbe4e.zip |
Notes
Diffstat (limited to 'math/openlibm')
-rw-r--r-- | math/openlibm/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/openlibm/Makefile b/math/openlibm/Makefile index 55c1d17fbf31..aaaa171864a1 100644 --- a/math/openlibm/Makefile +++ b/math/openlibm/Makefile @@ -14,7 +14,6 @@ LICENSE= MIT ISCL BSD2CLAUSE LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE.md -BROKEN_aarch64= fails to compile: the clang compiler does not support -march=aarch64 BROKEN_armv6= fails to compile: a parameter list without types is only allowed in a function definition BROKEN_armv7= fails to compile: a parameter list without types is only allowed in a function definition BROKEN_mips= fails to compile: No rule to make target mips/Make.files |