Skip to content
Commit 41f1c484 authored by Alistair Strachan's avatar Alistair Strachan Committed by Ard Biesheuvel
Browse files

efi/libstub: arm: support building with clang

When building with CONFIG_EFI and CONFIG_EFI_STUB on ARM, the libstub
Makefile would use -mno-single-pic-base without checking it was
supported by the compiler. As the ARM (32-bit) clang backend does not
support this flag, the build would fail.

This changes the Makefile to check the compiler's support for
-mno-single-pic-base before using it, similar to c1c38668

 ("ARM:
8767/1: add support for building ARM kernel with clang").

Signed-off-by: default avatarAlistair Strachan <astrachan@google.com>
Reviewed-by: default avatarStefan Agner <stefan@agner.ch>
Signed-off-by: default avatarArd Biesheuvel <ard.biesheuvel@linaro.org>
parent a23d3bb0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment