]> git.ipfire.org Git - thirdparty/systemd.git/commit
meson: use the host architecture compiler/linker for src/boot/efi
authorHelmut Grohne <helmut@subdivi.de>
Thu, 27 Sep 2018 15:17:37 +0000 (17:17 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 28 Sep 2018 12:42:56 +0000 (14:42 +0200)
commitdf7cacae696ae3c1d13d2f9a4db24815e07e29a1
treed49d524241c5112355e2948a3a8a31f7c08b03b4
parent22041e475ffc32ee99ddc855296b7805d9803b1b
meson: use the host architecture compiler/linker for src/boot/efi

cross building systemd to arm64 presently fails, because the build
system uses plain gcc and plain ld (build architecture compiler and
linker respectively) for building src/boot/efi. These values come from
the efi-cc and efi-ld options respectively. It rather should be using
host tools here.

Fixes: b710072da441 ("add support for building efi modules")
meson_options.txt
src/boot/efi/meson.build