git: 94dad8b20dff - stable/12 - Update arch(7) after 06c24143c4af
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Dec 2021 13:29:39 UTC
The branch stable/12 has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=94dad8b20dff93ead171a45dbb0fc64f077cbe3a commit 94dad8b20dff93ead171a45dbb0fc64f077cbe3a Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2021-12-22 13:28:59 +0000 Commit: Dimitry Andric <dim@FreeBSD.org> CommitDate: 2021-12-22 13:29:02 +0000 Update arch(7) after 06c24143c4af Now arm before armv6 also uses lld by default. --- share/man/man7/arch.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man7/arch.7 b/share/man/man7/arch.7 index d9b68c8e2bf7..3641843b3507 100644 --- a/share/man/man7/arch.7 +++ b/share/man/man7/arch.7 @@ -309,7 +309,7 @@ This table shows the default tool chain for each architecture. .It Sy Architecture Ta Sy Compiler Ta Sy Linker .It aarch64 Ta Clang Ta lld .It amd64 Ta Clang Ta lld -.It arm Ta Clang Ta GNU ld 2.17.50 +.It arm Ta Clang Ta lld .It armv6 Ta Clang Ta lld .It armv7 Ta Clang Ta lld .It i386 Ta Clang Ta lld