svn commit: r439595 - in head/devel: aarch64-gcc aarch64-none-elf-gcc amd64-gcc arm-none-eabi-gcc arm-none-eabi-gcc492 mips-gcc mips64-gcc powerpc64-gcc riscv64-gcc sparc64-gcc
Mark Linimon
linimon at lonesome.com
Sat Apr 29 02:34:05 UTC 2017
On Fri, Apr 28, 2017 at 07:15:05PM -0700, Mark Millard wrote:
> The armv7 attempt at devel/amd64-gcc also got
> the "=a" problem, such as:
>
> /usr/obj/portswork/usr/ports/devel/amd64-gcc/work/gcc-6.3.0/gcc/config/i386/driver-i386.c:608:2: error: invalid output constraint '=a' in asm
> __cpuid (0x80000002, name, ebx, ecx, edx);
> ^
> /usr/obj/portswork/usr/ports/devel/amd64-gcc/work/gcc-6.3.0/gcc/config/i386/cpuid.h:165:7: note: expanded from macro '__cpuid'
> : "=a" (a), "=b" (b), "=c" (c), "=d" (d) \
> ^
>
> Note that this is different from -r439595's
> report, which said for devel/amd64-gcc:
>
> +BROKEN_armv6= fails to package
The latest build log seems to confirm this:
http://beefy8.nyi.freebsd.org/data/head-armv6-default/p438916_s317177/logs/errors/amd64-gcc-6.3.0.log
It's likely I simply made a mistake in transcription.
mcl
More information about the freebsd-toolchain
mailing list