mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-06 13:41:31 +00:00
Makefile.am:efi_cflags compile with gcc v5
Set -std=gnu90 to let efibind.h define the standard types. [tomegun: retyped the patch as the originl would not apply]
This commit is contained in:
committed by
Tom Gundersen
parent
f3ec7b3b7f
commit
8d4efa540a
+2
-1
@@ -2533,7 +2533,8 @@ if ARCH_X86_64
|
||||
efi_cflags += \
|
||||
-mno-red-zone \
|
||||
-DEFI_FUNCTION_WRAPPER \
|
||||
-DGNU_EFI_USE_MS_ABI
|
||||
-DGNU_EFI_USE_MS_ABI \
|
||||
-std=gnu90
|
||||
endif
|
||||
|
||||
efi_ldflags = \
|
||||
|
||||
Reference in New Issue
Block a user