]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
limit building GNU assembler (as) to x86
authorEd Maste <emaste@FreeBSD.org>
Sun, 19 Jan 2020 19:16:32 +0000 (19:16 +0000)
committerEd Maste <emaste@FreeBSD.org>
Sun, 19 Jan 2020 19:16:32 +0000 (19:16 +0000)
commit7793be975280a69f1c0bfb5fee3c6ec0da356a7f
tree60beb33c044803d5203bd1a4ae2ab8879b5395ee
parentd07cc22b30e96d1f04d382eafe82ce830c81d60c
limit building GNU assembler (as) to x86

GNU as 2.17.50 is currently required by amd64 and i386 for at least one
file that cannot be assembled by Clang's integrated assembler (IAS).
Other supported CPU architectures either use Clang IAS for all assembly
files, or rely on external toolchain.

Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D23180
gnu/usr.bin/binutils/Makefile
tools/build/options/WITH_BINUTILS
tools/build/options/WITH_BINUTILS_BOOTSTRAP