build: Work around gnu-efi build system issue
This commit is contained in:
parent
f2fcc38af7
commit
e9760d2e33
|
@ -229,6 +229,9 @@ endif
|
|||
|
||||
$(BUILDDIR)/gnu-efi:
|
||||
cp -r ../gnu-efi $(BUILDDIR)/
|
||||
# gnu-efi's build system is broken and fails to actually detect clang.
|
||||
# This is a workaround.
|
||||
sed -i 's/-maccumulate-outgoing-args//g' $(BUILDDIR)/gnu-efi/Make.defaults
|
||||
|
||||
ifeq ($(TARGET), uefi)
|
||||
|
||||
|
|
Loading…
Reference in New Issue