]> git.ipfire.org Git - thirdparty/systemd.git/commit
boot: Fix undefined reference to raise() on arm
authorJan Janssen <medhefgo@web.de>
Thu, 9 Feb 2023 20:03:14 +0000 (21:03 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Thu, 9 Feb 2023 21:55:40 +0000 (21:55 +0000)
commit59833064742310bfccf028b0278811ba5cff8dcf
tree5c287e29a487e6f43a9b6bc0d623e9b8afcb75f9
parent0c90efc9dbe73d8ac149965ebb4ca7130be7acb1
boot: Fix undefined reference to raise() on arm

This is just a workaround. Once we drop gnu-efi, the arm build system
for EFI binaries should be changed to use the arm-none-eabi toolchain,
which should not exhibit this behavior.
src/boot/efi/util.c