Gentoo Archives: gentoo-commits

From: "Michael Januszewski (spock)" <spock@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/memtest86+/files: memtest86+-2.00-hardcoded_cc.patch
Date: Thu, 14 Feb 2008 14:07:56
Message-Id: E1JPejC-0005Oy-Rs@stork.gentoo.org
1 spock 08/02/14 14:06:18
2
3 Modified: memtest86+-2.00-hardcoded_cc.patch
4 Log:
5 Fix bug #210019.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.2 sys-apps/memtest86+/files/memtest86+-2.00-hardcoded_cc.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/memtest86+/files/memtest86+-2.00-hardcoded_cc.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/memtest86+/files/memtest86+-2.00-hardcoded_cc.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/memtest86+/files/memtest86+-2.00-hardcoded_cc.patch?r1=1.1&r2=1.2
14
15 Index: memtest86+-2.00-hardcoded_cc.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/memtest86+/files/memtest86+-2.00-hardcoded_cc.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- memtest86+-2.00-hardcoded_cc.patch 10 Feb 2008 19:18:54 -0000 1.1
22 +++ memtest86+-2.00-hardcoded_cc.patch 14 Feb 2008 14:06:18 -0000 1.2
23 @@ -1,6 +1,6 @@
24 diff -Naurp memtest86+-2.00-orig/Makefile memtest86+-2.00/Makefile
25 ---- memtest86+-2.00-orig/Makefile 2008-02-10 19:50:30.000000000 +0100
26 -+++ memtest86+-2.00/Makefile 2008-02-10 20:05:30.000000000 +0100
27 +--- memtest86+-2.00-orig/Makefile 2008-02-14 15:01:14.000000000 +0100
28 ++++ memtest86+-2.00/Makefile 2008-02-14 15:03:00.000000000 +0100
29 @@ -8,9 +8,9 @@
30 #
31 FDISK=/dev/fd0
32 @@ -14,7 +14,7 @@
33
34 OBJS= head.o reloc.o main.o test.o init.o lib.o patn.o screen_buffer.o \
35 config.o linuxbios.o memsize.o pci.o controller.o random.o extra.o \
36 -@@ -37,7 +37,7 @@ memtest.bin: memtest_shared.bin bootsect
37 +@@ -37,10 +37,10 @@ memtest.bin: memtest_shared.bin bootsect
38 memtest_shared.bin -o memtest.bin
39
40 reloc.o: reloc.c
41 @@ -22,4 +22,8 @@
42 + $(CC) -c $(CFLAGS) -fno-strict-aliasing -fno-stack-protector reloc.c
43
44 test.o: test.c
45 - $(CC) -c -Wall -march=i486 -m32 -Os -fomit-frame-pointer -fno-builtin -ffreestanding test.c
46 +- $(CC) -c -Wall -march=i486 -m32 -Os -fomit-frame-pointer -fno-builtin -ffreestanding test.c
47 ++ $(CC) -c -Wall -march=i486 -m32 -Os -fomit-frame-pointer -fno-builtin -ffreestanding -fno-stack-protector -fno-pie -nopie test.c
48 +
49 + clean:
50 + rm -f *.o memtest.bin memtest memtest_shared memtest_shared.bin
51
52
53
54 --
55 gentoo-commits@l.g.o mailing list