From 1ad2c76d5da0bb4c05c3deb3eb1deda15fb2cd29 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sat, 11 Dec 2021 11:29:30 +0100 Subject: meson: Auto detect efi-ld --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 914434e37c..4d406b3e50 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -415,7 +415,7 @@ option('efi-cc', type : 'array', description : 'the compiler to use for EFI modules') # Note that LLD does not support PE/COFF relocations # https://lists.llvm.org/pipermail/llvm-dev/2021-March/149234.html -option('efi-ld', type : 'combo', choices : ['bfd', 'gold'], +option('efi-ld', type : 'combo', choices : ['auto', 'bfd', 'gold'], description : 'the linker to use for EFI modules') option('efi-libdir', type : 'string', description : 'path to the EFI lib directory') -- cgit v1.2.1