wok-tiny rev 171

memtest: tune lzma compression (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 07 16:58:07 2021 +0000 (2021-05-07)
parents 7a5d5860f3ea
children 8da769e5f6c3
files memtest/stuff/memtest86+-5.01-O0.patch memtest/stuff/memtest86+-5.01-Os.patch
line diff
     1.1 --- a/memtest/stuff/memtest86+-5.01-O0.patch	Fri May 07 15:00:24 2021 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,11 +0,0 @@
     1.4 ---- memtest86+-5.01/Makefile	2014-01-08 01:30:11.355900076 +0000
     1.5 -+++ memtest86+-5.01/Makefile	2014-01-08 01:31:19.387555469 +0000
     1.6 -@@ -12,7 +12,7 @@
     1.7 - AS=as -32
     1.8 - CC=gcc
     1.9 - 
    1.10 --CFLAGS= -Wall -march=i486 -m32 -O1 -fomit-frame-pointer -fno-builtin \
    1.11 -+CFLAGS= -Wall -march=i486 -m32 -O0 -fomit-frame-pointer -fno-builtin \
    1.12 - 	-ffreestanding -fPIC $(SMP_FL) -fno-stack-protector 
    1.13 - 	
    1.14 - OBJS= head.o reloc.o main.o test.o init.o lib.o patn.o screen_buffer.o \
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/memtest/stuff/memtest86+-5.01-Os.patch	Fri May 07 16:58:07 2021 +0000
     2.3 @@ -0,0 +1,11 @@
     2.4 +--- memtest86+-5.01/Makefile	2014-01-08 01:30:11.355900076 +0000
     2.5 ++++ memtest86+-5.01/Makefile	2014-01-08 01:31:19.387555469 +0000
     2.6 +@@ -12,7 +12,7 @@
     2.7 + AS=as -32
     2.8 + CC=gcc
     2.9 + 
    2.10 +-CFLAGS= -Wall -march=i486 -m32 -O1 -fomit-frame-pointer -fno-builtin \
    2.11 ++CFLAGS= -Wall -march=i486 -m32 -Os -fomit-frame-pointer -fno-builtin \
    2.12 + 	-ffreestanding -fPIC $(SMP_FL) -fno-stack-protector 
    2.13 + 	
    2.14 + OBJS= head.o reloc.o main.o test.o init.o lib.o patn.o screen_buffer.o \