summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorJan Janssen <medhefgo@web.de>2021-12-11 11:29:30 +0100
committerJan Janssen <medhefgo@web.de>2021-12-11 11:29:30 +0100
commit1ad2c76d5da0bb4c05c3deb3eb1deda15fb2cd29 (patch)
tree4a709b4cbee831ff6f3cecff44aa2e687f03f976 /meson_options.txt
parentaa22e69856804bcb21909bf3cd3156aea06c80d3 (diff)
downloadsystemd-1ad2c76d5da0bb4c05c3deb3eb1deda15fb2cd29.tar.gz
meson: Auto detect efi-ld
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
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')