diff options
Diffstat (limited to 'math/openlibm/Makefile')
-rw-r--r-- | math/openlibm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/openlibm/Makefile b/math/openlibm/Makefile index 907105a237a5..6e5b71754a93 100644 --- a/math/openlibm/Makefile +++ b/math/openlibm/Makefile @@ -16,6 +16,7 @@ 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 BROKEN_mips64= fails to compile: No rule to make target mips64/Make.files BROKEN_powerpc64= fails to build: gmake: clang: Command not found |