summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/memtest86+/files/memtest86+-1.50-hardened.patch')
-rw-r--r--sys-apps/memtest86+/files/memtest86+-1.50-hardened.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/sys-apps/memtest86+/files/memtest86+-1.50-hardened.patch b/sys-apps/memtest86+/files/memtest86+-1.50-hardened.patch
deleted file mode 100644
index 3501a7cfa6f6..000000000000
--- a/sys-apps/memtest86+/files/memtest86+-1.50-hardened.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- Makefile.orig 2005-01-23 10:17:43.000000000 -0500
-+++ Makefile 2005-01-23 10:18:07.000000000 -0500
-@@ -12,7 +12,7 @@
- #
- # gcc compiler options, these settings should suffice
- #
--CCFLAGS=-Wall -m32 -march=i486 -Os -fomit-frame-pointer -fno-builtin -ffreestanding
-+CCFLAGS=-Wall -m32 -march=i486 -Os -fomit-frame-pointer -fno-builtin -ffreestanding -fno-stack-protector
-
- AS=as -32
-
-@@ -21,10 +21,10 @@
- all: memtest.bin memtest
-
- reloc.o: reloc.c
-- $(CC) -c -m32 -march=i486 -fPIC -Wall -g -O2 -fno-strict-aliasing reloc.c
-+ $(CC) -c -m32 -march=i486 -fPIC -Wall -g -O2 -fno-strict-aliasing reloc.c -fno-stack-protector
-
- test.o: test.c test.h defs.h config.h
-- $(CC) -c $(CCFLAGS) test.c
-+ $(CC) -c $(CCFLAGS) -fno-PIC test.c
-
- main.o: main.c test.h defs.h
- $(CC) -c $(CCFLAGS) -fPIC main.c