summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-10-09 08:20:50 +0000
committerMike Frysinger <vapier@gentoo.org>2009-10-09 08:20:50 +0000
commite8947d58dd7b2d3a9154990dbbea91df739be485 (patch)
treef687f124a9444d38c1c996d9691914ab27b464f8 /sys-apps/memtest86/files
parentVersion bump. (diff)
downloadgentoo-2-e8947d58dd7b2d3a9154990dbbea91df739be485.tar.gz
gentoo-2-e8947d58dd7b2d3a9154990dbbea91df739be485.tar.bz2
gentoo-2-e8947d58dd7b2d3a9154990dbbea91df739be485.zip
old
Diffstat (limited to 'sys-apps/memtest86/files')
-rw-r--r--sys-apps/memtest86/files/memtest86-3.2-test-pic.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/sys-apps/memtest86/files/memtest86-3.2-test-pic.patch b/sys-apps/memtest86/files/memtest86-3.2-test-pic.patch
deleted file mode 100644
index aae58b26974e..000000000000
--- a/sys-apps/memtest86/files/memtest86-3.2-test-pic.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- Makefile.orig 2004-11-12 12:16:25.000000000 +0000
-+++ Makefile 2005-01-02 18:52:28.013459832 +0000
-@@ -12,7 +12,7 @@
- #
- # gcc compiler options, these settings should suffice
- #
--CCFLAGS=-Wall -march=i486 -m32 -Os -fomit-frame-pointer -fno-builtin -ffreestanding
-+CCFLAGS=-Wall -march=i486 -m32 -Os -fomit-frame-pointer -fno-builtin -ffreestanding -fno-stack-protector
-
- AS=as -32
-
-@@ -24,7 +24,7 @@
- $(CC) -c -m32 -fPIC -Wall -O -fno-strict-aliasing reloc.c
-
- 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