parche de debuginfo del memtester para compilar

This commit is contained in:
Sandino Araico Sanchez 2021-07-02 20:06:15 -05:00
parent 51335eb474
commit 006c207454

View file

@ -0,0 +1,19 @@
--- memtester-4.0.8/conf-ld 2007-11-21 17:54:57.000000000 +0200
+++ memtester-4.0.8-mod/conf-ld 2008-09-27 21:43:12.000000000 +0300
@@ -1,3 +1,3 @@
-cc -s
+cc
This will be used to link .o files into an executable.
--- memtester-4.0.8/Makefile 2007-11-21 17:54:57.000000000 +0200
+++ memtester-4.0.8-mod/Makefile 2008-09-27 21:55:59.000000000 +0300
@@ -75,7 +75,7 @@
./load memtester tests.o `cat extra-libs`
memtester.o: memtester.c tests.h conf-cc Makefile compile
- ./compile memtester.c
+ ./compile ${OPT} memtester.c
tests.o: tests.c tests.h conf-cc Makefile compile
- ./compile tests.c
+ ./compile ${OPT} tests.c