Revision: 7405
http://sourceforge.net/p/ipcop/svn/7405
Author: owes
Date: 2014-04-04 13:16:15 +0000 (Fri, 04 Apr 2014)
Log Message:
-----------
Update memtest to 5.01. Needs testing before inclusion in update.
Modified Paths:
--------------
ipcop/trunk/lfs/memtest
Added Paths:
-----------
ipcop/trunk/src/patches/memtest86+-5.01_compile-with-no-pie.patch
Removed Paths:
-------------
ipcop/trunk/src/patches/memtest86+-4.20_compile-with-no-pie.patch
Modified: ipcop/trunk/lfs/memtest
===================================================================
--- ipcop/trunk/lfs/memtest 2014-04-04 13:13:19 UTC (rev 7404)
+++ ipcop/trunk/lfs/memtest 2014-04-04 13:16:15 UTC (rev 7405)
@@ -33,7 +33,7 @@
include Config
PKG_NAME = memtest86+
-VER = 4.20
+VER = 5.01
HOST_ARCH = i486
OTHER_SRC = yes
@@ -51,7 +51,7 @@
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = ef62c2f5be616676c8c62066dedc46b3
+$(DL_FILE)_MD5 = 43c5832baa919e1206e251e735cdee2d
install : $(TARGET)
@@ -89,7 +89,7 @@
# -e 's/#define\ SERIAL_BAUD_RATE.*/#define\ SERIAL_BAUD_RATE\
57600/' \
# config.h
- cd $(DIR_APP) && make -j $(PARALLELISM)
+ cd $(DIR_APP) && make memtest.bin -j $(PARALLELISM)
cd $(DIR_APP) && cp -f memtest.bin /boot/memtest
rm -rf $(DIR_APP)
Deleted: ipcop/trunk/src/patches/memtest86+-4.20_compile-with-no-pie.patch
===================================================================
--- ipcop/trunk/src/patches/memtest86+-4.20_compile-with-no-pie.patch
2014-04-04 13:13:19 UTC (rev 7404)
+++ ipcop/trunk/src/patches/memtest86+-4.20_compile-with-no-pie.patch
2014-04-04 13:16:15 UTC (rev 7405)
@@ -1,11 +0,0 @@
---- memtest86+-4.10/Makefile.orig 2010-12-14 14:49:05.000000000 +0100
-+++ memtest86+-4.10/Makefile 2010-12-14 14:49:07.000000000 +0100
-@@ -50,7 +50,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 -Wall -march=i486 -m32 -Os -fomit-frame-pointer -fno-builtin
-fno-pic -fno-pie -ffreestanding -fno-stack-protector test.c
-
- clean:
- rm -f *.o *.s *.iso memtest.bin memtest memtest_shared
memtest_shared.bin
Added: ipcop/trunk/src/patches/memtest86+-5.01_compile-with-no-pie.patch
===================================================================
--- ipcop/trunk/src/patches/memtest86+-5.01_compile-with-no-pie.patch
(rev 0)
+++ ipcop/trunk/src/patches/memtest86+-5.01_compile-with-no-pie.patch
2014-04-04 13:16:15 UTC (rev 7405)
@@ -0,0 +1,15 @@
+--- a/Makefile 2014-04-01 07:29:46.245164288 +0200
++++ b/Makefile 2014-04-01 07:39:18.000000000 +0200
+@@ -54,10 +54,10 @@
+ $(CC) -c $(CFLAGS) -fno-strict-aliasing reloc.c
+
+ test.o: test.c
+- $(CC) -c -Wall -march=i486 -m32 -O0 -fomit-frame-pointer -fno-builtin
-ffreestanding test.c
++ $(CC) -c -Wall -march=i486 -m32 -Os -fomit-frame-pointer -fno-builtin
-fno-pic -fno-pie -ffreestanding -fno-stack-protector test.c
+
+ random.o: random.c
+- $(CC) -c -Wall -march=i486 -m32 -O3 -fomit-frame-pointer -fno-builtin
-ffreestanding random.c
++ $(CC) -c -Wall -march=i486 -m32 -O3 -fomit-frame-pointer -fno-builtin
-ffreestanding -fno-stack-protector random.c
+
+ # rule for build number generation
+ build_number:
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn