packaging: remove BuildRequires to pciutils
[platform/upstream/gnu-efi.git] / Make.defaults
index 38da180..d2d66b0 100644 (file)
@@ -52,13 +52,13 @@ GCCVERSION := $(shell gcc -dumpversion | cut -f1 -d.)
 GCCMINOR := $(shell gcc -dumpversion | cut -f2 -d.)
 GCCNEWENOUGH := $(shell ([ $(GCCVERSION) -gt "4" ] || ([ $(GCCVERSION) -eq "4" ] && [ $(GCCMINOR) -ge "7" ])) && echo 1)
 
-CPPFLAGS   = -DCONFIG_$(ARCH)
+CPPFLAGS   += -DCONFIG_$(ARCH)
 ifeq ($(GCCNEWENOUGH),1)
-CPPFLAGS   += -DGNU_EFI_USE_MS_ABI -maccumulate-outgoing-args --std=c11
+CPPFLAGS   += -maccumulate-outgoing-args --std=c11
 endif
-CFLAGS    = $(ARCH3264) -O2 -fpic -Wall -fshort-wchar -fno-strict-aliasing -fno-merge-constants
+CFLAGS    += $(ARCH3264) -O2 -fpic -Wall -fshort-wchar -fno-strict-aliasing -fno-merge-constants
 ASFLAGS    = $(ARCH3264)
-LDFLAGS           = -nostdlib
+LDFLAGS           += -nostdlib
 INSTALL           = install
 prefix     = /usr/bin/