diff options
author | Mike Frysinger <vapier@gentoo.org> | 2017-03-20 03:13:34 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2017-03-20 03:13:34 -0400 |
commit | 4a0af85f44889de5c7c3f1b9463ca11ac3da8466 (patch) | |
tree | 45a35c40b4f83d3d6d202faeb2a467204fa91684 /sys-apps/memtest86/files | |
parent | net-misc/wget: force disable libunistring dep #612498 (diff) | |
download | gentoo-4a0af85f44889de5c7c3f1b9463ca11ac3da8466.tar.gz gentoo-4a0af85f44889de5c7c3f1b9463ca11ac3da8466.tar.bz2 gentoo-4a0af85f44889de5c7c3f1b9463ca11ac3da8466.zip |
sys-apps/memtest86: drop old <4.3.7 versions
Diffstat (limited to 'sys-apps/memtest86/files')
-rw-r--r-- | sys-apps/memtest86/files/memtest86-3.2-solar.patch | 27 | ||||
-rw-r--r-- | sys-apps/memtest86/files/memtest86-3.3-funky-test.patch | 15 | ||||
-rw-r--r-- | sys-apps/memtest86/files/memtest86-3.3-gnu-hash.patch | 12 |
3 files changed, 0 insertions, 54 deletions
diff --git a/sys-apps/memtest86/files/memtest86-3.2-solar.patch b/sys-apps/memtest86/files/memtest86-3.2-solar.patch deleted file mode 100644 index fa7effbeaac4..000000000000 --- a/sys-apps/memtest86/files/memtest86-3.2-solar.patch +++ /dev/null @@ -1,27 +0,0 @@ ---- Makefile.orig 2004-11-12 07:16:25.000000000 -0500 -+++ Makefile 2005-01-10 21:35:19.000000000 -0500 -@@ -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 - -@@ -21,10 +21,13 @@ - all: memtest.bin memtest - - reloc.o: reloc.c -- $(CC) -c -m32 -fPIC -Wall -O -fno-strict-aliasing reloc.c -+ $(CC) -c -m32 -fPIC -Wall -O -fno-strict-aliasing reloc.c -fno-stack-protector -+ -+random.o: -+ $(CC) -c $(CCFLAGS) -fPIC random.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 diff --git a/sys-apps/memtest86/files/memtest86-3.3-funky-test.patch b/sys-apps/memtest86/files/memtest86-3.3-funky-test.patch deleted file mode 100644 index 68fd355b2e08..000000000000 --- a/sys-apps/memtest86/files/memtest86-3.3-funky-test.patch +++ /dev/null @@ -1,15 +0,0 @@ -i can only guess at what this test was trying to accomplish ... - -ive submitted this upstream - ---- main.c -+++ main.c -@@ -465,7 +465,7 @@ - } - compute_segments(window); - window = 0; -- for (v->pass_ticks=0, i=0; i<DEFTESTS != NULL; i++) { -+ for (v->pass_ticks=0, i=0; i<DEFTESTS; i++) { - - /* Test to see if this test is selected for execution */ - if (v->testsel >= 0) { diff --git a/sys-apps/memtest86/files/memtest86-3.3-gnu-hash.patch b/sys-apps/memtest86/files/memtest86-3.3-gnu-hash.patch deleted file mode 100644 index 397b2c8bbee7..000000000000 --- a/sys-apps/memtest86/files/memtest86-3.3-gnu-hash.patch +++ /dev/null @@ -1,12 +0,0 @@ -sent upstream already ... - ---- memtest_shared.lds -+++ memtest_shared.lds -@@ -19,6 +19,7 @@ - .dynsym : { *(.dynsym) } - .dynstr : { *(.dynstr) } - .hash : { *(.hash) } -+ .gnu.hash : { *(.gnu.hash) } - .dynamic : { *(.dynamic) } - - .rel.text : { *(.rel.text .rel.text.*) } |