diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-04-28 04:36:40 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-04-28 04:36:40 +0000 |
commit | db7f4f53aaf6b8835165cb5b0fe7da2f48d965e8 (patch) | |
tree | 794807acdcd67f242cecefed7379231ce10abb47 /devel/amd64-gcc | |
parent | d8a0fd4d38130049c3237589b8d964c35c7ef8fd (diff) |
Notes
Diffstat (limited to 'devel/amd64-gcc')
-rw-r--r-- | devel/amd64-gcc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/amd64-gcc/Makefile b/devel/amd64-gcc/Makefile index 120d10879ad8..d74e0cc4ed41 100644 --- a/devel/amd64-gcc/Makefile +++ b/devel/amd64-gcc/Makefile @@ -8,6 +8,10 @@ GCC_TARGET= x86_64-unknown-${OPSYS:tl}${OSREL} BU_PREFIX= x86_64-${OPSYS:tl} FREEBSD_EXTENSION= yes +BROKEN_aarch64= error: invalid output constraint '=a' in asm +BROKEN_armv6= fails to package +BROKEN_mips= configure: error: cannot compute suffix of object files: cannot compile +BROKEN_mips64= configure: error: cannot compute suffix of object files: cannot compile BROKEN_powerpc64= Does not build .include "${MASTERDIR}/Makefile" |