diff options
author | gjb <gjb@FreeBSD.org> | 2017-05-22 13:00:10 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2017-05-22 13:00:10 +0000 |
commit | 78321b99d162f597723429dc1426c4690d719f5e (patch) | |
tree | 3ce158332c891fcea0dbcc9ff0337b7a6cdf6470 | |
parent | 3964480473e31a62d0cf5fc0b103cd15d64ff9a7 (diff) | |
download | FreeBSD-src-78321b99d162f597723429dc1426c4690d719f5e.zip FreeBSD-src-78321b99d162f597723429dc1426c4690d719f5e.tar.gz |
Document r318472, LDD enabled by default on arm64.
Submitted by: andrew
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.xml b/release/doc/en_US.ISO8859-1/relnotes/article.xml index 81b5746..412ddc6 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.xml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.xml @@ -174,6 +174,11 @@ <literal>WITH_LLD_AS_LD</literal> build knob has been added, which installs <application>LLD</application> as <filename>/usr/bin/ld</filename> if set.</para> + + <para revision="318472" contrib="sponsor" sponsor="&ff;"> + <application>LDD</application> has been enabled by default and + installed as <filename>/usr/bin/ld</filename> on + &os;/&arch.arm64;.</para> </sect2> <sect2 xml:id="userland-programs"> |