Skip to content

Commit 769e0fe

Browse files
committed
efi: Revert "efi/x86: Fix build with gcc 4"
This reverts commit 5435f73, which is no longer needed now that the minimum GCC version has been bumped to v4.9 Signed-off-by: Ard Biesheuvel <[email protected]>
1 parent f88814c commit 769e0fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/firmware/efi/libstub/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
# enabled, even if doing so doesn't break the build.
77
#
88
cflags-$(CONFIG_X86_32) := -march=i386
9-
cflags-$(CONFIG_X86_64) := -mcmodel=small \
10-
$(call cc-option,-maccumulate-outgoing-args)
9+
cflags-$(CONFIG_X86_64) := -mcmodel=small
1110
cflags-$(CONFIG_X86) += -m$(BITS) -D__KERNEL__ \
1211
-fPIC -fno-strict-aliasing -mno-red-zone \
1312
-mno-mmx -mno-sse -fshort-wchar \

0 commit comments

Comments
 (0)