From c3199f018ee6987a12f73ae9654e72093a937a2d Mon Sep 17 00:00:00 2001 From: Fabian Kosmale Date: Mon, 12 Jul 2021 11:24:43 +0200 Subject: [PATCH] configure: Note that -linker works also with clang Change-Id: If91eb1b5ad9a6b67e411b4d399fc3e1ede996e41 Reviewed-by: Alexandru Croitor --- config_help.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_help.txt b/config_help.txt index 09c43a580bf..3bbdaef4fe0 100644 --- a/config_help.txt +++ b/config_help.txt @@ -139,7 +139,7 @@ Build options: -pch ................. Use precompiled headers [auto] -ltcg ................ Use Link Time Code Generation [no] -linker [bfd,gold,lld] Force use of the GNU ld, GNU gold or LLVM/LLD linker - instead of default one (GCC only) + instead of default one (GCC and clang only) -ccache .............. Use the ccache compiler cache [no] (Unix only) -warnings-are-errors . Treat warnings as errors [no; yes if -developer-build]