summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-01-19 22:11:00 +0000
committerMike Frysinger <vapier@gentoo.org>2008-01-19 22:11:00 +0000
commit628d97d97b7c894a948e5022678463baa17d539d (patch)
treeed8d57fa2edffc848680b65b8c8b8bce25ed4a36 /sys-apps/memtest86/files
parentold (diff)
downloadgentoo-2-628d97d97b7c894a948e5022678463baa17d539d.tar.gz
gentoo-2-628d97d97b7c894a948e5022678463baa17d539d.tar.bz2
gentoo-2-628d97d97b7c894a948e5022678463baa17d539d.zip
Version bump #206115.
(Portage version: 2.1.4)
Diffstat (limited to 'sys-apps/memtest86/files')
-rw-r--r--sys-apps/memtest86/files/digest-memtest86-3.43
-rw-r--r--sys-apps/memtest86/files/memtest86-3.4-build.patch24
2 files changed, 27 insertions, 0 deletions
diff --git a/sys-apps/memtest86/files/digest-memtest86-3.4 b/sys-apps/memtest86/files/digest-memtest86-3.4
new file mode 100644
index 000000000000..083868c51641
--- /dev/null
+++ b/sys-apps/memtest86/files/digest-memtest86-3.4
@@ -0,0 +1,3 @@
+MD5 d2200a4ae533b96292e9d0ff590af348 memtest86-3.4.tar.gz 201204
+RMD160 8a4e2bddfd75e7d07a0448dc8b94dd29e67800d5 memtest86-3.4.tar.gz 201204
+SHA256 5dd0f964c0edf887ecf462526f2f8dd1c2cccbd723390759b98e142a2394c134 memtest86-3.4.tar.gz 201204
diff --git a/sys-apps/memtest86/files/memtest86-3.4-build.patch b/sys-apps/memtest86/files/memtest86-3.4-build.patch
new file mode 100644
index 000000000000..a530f89016b7
--- /dev/null
+++ b/sys-apps/memtest86/files/memtest86-3.4-build.patch
@@ -0,0 +1,24 @@
+--- Makefile
++++ Makefile
+@@ -11,7 +11,10 @@
+ CC=gcc
+
+ CFLAGS=-Wall -march=i486 -m32 -Os -fomit-frame-pointer -fno-builtin \
+- -ffreestanding -fPIC
++ -ffreestanding -fPIC -fno-stack-protector
++AS=$(CC) -c
++ASFLAGS=-m32
++LD=ld -m elf_i386
+
+ OBJS= head.o reloc.o main.o test.o init.o lib.o patn.o screen_buffer.o \
+ config.o linuxbios.o memsize.o pci.o controller.o random.o extra.o \
+@@ -41,8 +42,7 @@
+ $(CC) -c $(CFLAGS) -fno-strict-aliasing reloc.c
+
+ test.o: test.c
+- $(CC) -c -Wall -march=i486 -m32 -Os -fomit-frame-pointer -fno-builtin \
+- -ffreestanding test.c
++ $(CC) -c $(CFLAGS:-fPIC=) -o $@ $<
+
+ clean:
+ rm -f *.o memtest.bin memtest memtest_shared memtest_shared.bin