]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
For arm and armv6, only enable LLVM target support for arm by default,
authorDimitry Andric <dim@FreeBSD.org>
Tue, 11 Dec 2018 06:45:53 +0000 (06:45 +0000)
committerDimitry Andric <dim@FreeBSD.org>
Tue, 11 Dec 2018 06:45:53 +0000 (06:45 +0000)
commit12401698f63fd79026ce88e072d460fd5b5917ed
tree52c8be9bc23fdd2284502b2ac03f2d82c84f2798
parent67350cb56a69468c118bd4ccf6e361b7ebfa9eb4
For arm and armv6, only enable LLVM target support for arm by default,
to shrink libllvm.a.

This is a workaround for "relocation truncated to fit" errors with BFD
ld 2.17.50 on arm and armv6, when linking executables against it.

The required range extensions are not yet supported by this very old
version of BFD ld.  When arm and armv6 userland can be successfully
linked by lld, this workaround can be removed.
share/mk/src.opts.mk