svn commit: r456091 - head/devel/amd64-gcc
Mark Linimon
linimon at FreeBSD.org
Tue Dec 12 03:05:53 UTC 2017
Author: linimon
Date: Tue Dec 12 03:05:52 2017
New Revision: 456091
URL: https://svnweb.freebsd.org/changeset/ports/456091
Log:
Make the error results more correct, per recent logs.
Approved by: portmgr (tier-2 blanket)
Modified:
head/devel/amd64-gcc/Makefile
Modified: head/devel/amd64-gcc/Makefile
==============================================================================
--- head/devel/amd64-gcc/Makefile Tue Dec 12 03:04:12 2017 (r456090)
+++ head/devel/amd64-gcc/Makefile Tue Dec 12 03:05:52 2017 (r456091)
@@ -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
More information about the svn-ports-head
mailing list