From: Kay Sievers Date: Thu, 26 Feb 2015 00:55:32 +0000 (+0100) Subject: build-sys: efi - move cflag from x86_64 to common section X-Git-Tag: v219.0~563 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=33d25be0ef858ca07fc9843aec00c1f97a1b2e19;p=elogind.git build-sys: efi - move cflag from x86_64 to common section --- diff --git a/Makefile.am b/Makefile.am index 93c050985..470d58b23 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2531,6 +2531,7 @@ efi_cflags = \ $(EFI_CFLAGS) \ -Wall \ -Wextra \ + -std=gnu90 \ -nostdinc \ -ggdb -O0 \ -fpic \ @@ -2547,8 +2548,7 @@ if ARCH_X86_64 efi_cflags += \ -mno-red-zone \ -DEFI_FUNCTION_WRAPPER \ - -DGNU_EFI_USE_MS_ABI \ - -std=gnu90 + -DGNU_EFI_USE_MS_ABI endif efi_ldflags = \