diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-12-12 03:05:52 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-12-12 03:05:52 +0000 |
commit | bd6a63481a50d0d8238fd4702764b456767722b4 (patch) | |
tree | 90a9fa1024f3e0f39f19d9965040016c96c73703 /devel/amd64-gcc | |
parent | 64c295e94dbaa13b03e3baf7e42c8797d45cbb49 (diff) |
Notes
Diffstat (limited to 'devel/amd64-gcc')
-rw-r--r-- | devel/amd64-gcc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/amd64-gcc/Makefile b/devel/amd64-gcc/Makefile index ab37c3d2c867..daf3fad9de73 100644 --- a/devel/amd64-gcc/Makefile +++ b/devel/amd64-gcc/Makefile @@ -9,8 +9,8 @@ BU_PREFIX= x86_64-${OPSYS:tl} FREEBSD_EXTENSION= yes BROKEN_aarch64= error: invalid output constraint '=a' in asm -BROKEN_armv6= fails to package -BROKEN_armv7= fails to package +BROKEN_armv6= error: invalid output constraint '=a' in asm +BROKEN_armv7= error: invalid output constraint '=a' in asm 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= error: invalid output constraint in asm |