summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-boot/syslinux/files/syslinux-6.03_pre1-add-fno-stack-protector.patch')
-rw-r--r--sys-boot/syslinux/files/syslinux-6.03_pre1-add-fno-stack-protector.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/sys-boot/syslinux/files/syslinux-6.03_pre1-add-fno-stack-protector.patch b/sys-boot/syslinux/files/syslinux-6.03_pre1-add-fno-stack-protector.patch
deleted file mode 100644
index a44acac80aa5..000000000000
--- a/sys-boot/syslinux/files/syslinux-6.03_pre1-add-fno-stack-protector.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-2014-01-04 Magnus Granberg <zorry@gentoo.org>
-
- # 495146
- * mk/efi.mk: Add -fno-stack-protector
-
---- a/mk/efi.mk 2013-12-11 11:03:38.000000000 +0100
-+++ b/efi.mk 2014-01-04 13:50:11.474255644 +0100
-@@ -7,6 +7,7 @@ core = $(topdir)/core
- # Set up architecture specifics; for cross compilation, set ARCH as apt
- # gnuefi sets up architecture specifics in ia32 or x86_64 sub directories
- # set up the LIBDIR and EFIINC for building for the appropriate architecture
-+GCCOPT := $(call gcc_ok,-fno-stack-protector,)
- EFIINC = $(objdir)/include/efi
- LIBDIR = $(objdir)/lib
-
-@@ -38,7 +39,7 @@ CFLAGS = -I$(EFIINC) -I$(EFIINC)/$(EFI_S
- -DELF_DEBUG -DSYSLINUX_EFI -I$(objdir) \
- $(GCCWARN) -D__COM32__ -mno-red-zone \
- -DLDLINUX=\"$(LDLINUX)\" -fvisibility=hidden \
-- -Wno-unused-parameter
-+ -Wno-unused-parameter $(GCCOPT)
-
- CRT0 := $(LIBDIR)/crt0-efi-$(EFI_SUBARCH).o
- LDSCRIPT := $(LIBDIR)/elf_$(EFI_SUBARCH)_efi.lds