SOURCES: memtest86+-i686-ld.patch - just optflags patch now

qboosh qboosh at pld-linux.org
Thu Jan 3 20:18:51 CET 2008


Author: qboosh                       Date: Thu Jan  3 19:18:51 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- just optflags patch now

---- Files affected:
SOURCES:
   memtest86+-i686-ld.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/memtest86+-i686-ld.patch
diff -u SOURCES/memtest86+-i686-ld.patch:1.1 SOURCES/memtest86+-i686-ld.patch:1.2
--- SOURCES/memtest86+-i686-ld.patch:1.1	Fri Feb 20 12:56:57 2004
+++ SOURCES/memtest86+-i686-ld.patch	Thu Jan  3 20:18:45 2008
@@ -1,21 +1,11 @@
---- memtest86-3.0/Makefile.orig	2003-12-06 12:44:50.000000000 +0100
-+++ memtest86-3.0/Makefile	2003-12-06 13:05:35.338285560 +0100
+--- memtest86+-1.70/Makefile.orig	2006-12-27 02:34:57.000000000 +0100
++++ memtest86+-1.70/Makefile	2008-01-03 19:56:08.929311007 +0100
 @@ -21,7 +21,7 @@
  all: memtest.bin memtest
  
  reloc.o: reloc.c
--	$(CC) -c -fPIC -Wall -g -O2 -fno-strict-aliasing reloc.c
-+	$(CC) -c $(CCFLAGS) -fPIC -Wall -fno-strict-aliasing reloc.c
+-	$(CC) -c -m32 -march=i486 -fPIC -Wall -g -O2 -fno-strict-aliasing reloc.c
++	$(CC) -c $(CCFLAGS) -fPIC -fno-strict-aliasing reloc.c
  
  test.o: test.c test.h defs.h config.h
  	$(CC) -c $(CCFLAGS) test.c
---- memtest86-3.0/memtest_shared.lds.orig	2002-04-22 08:11:15.000000000 +0200
-+++ memtest86-3.0/memtest_shared.lds	2003-12-06 13:35:09.220614456 +0100
-@@ -8,6 +8,7 @@
- 		_start = .;
- 		*(.text)
- 		*(.text.*)
-+		*(.gnu.linkonce.t.*)
- 		*(.plt)
- 		_etext = . ;
- 	} = 0x9090
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/memtest86+-i686-ld.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list