tags 500818 + patch
thank you
Hi,
This was fixed in Gentoo, Mandriva, and Ubuntu with the following fix so
I will probably upload this NMU to DELAYED/5 or so.
Thanks,
Barry deFreese
diff -u memtest86+-2.01/debian/changelog memtest86+-2.01/debian/changelog
--- memtest86+-2.01/debian/changelog
+++ memtest86+-2.01/debian/changelog
@@ -1,3 +1,11 @@
+memtest86+ (2.01-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Makefile: Use -O1 not -Os for gcc4.3. (Closes: #500818).
+ * Make clean not ignore errors.
+
+ -- Barry deFreese <[EMAIL PROTECTED]> Thu, 02 Oct 2008 21:13:33 -0400
+
memtest86+ (2.01-1) unstable; urgency=low
* New upstream release (Closes: #468780).
diff -u memtest86+-2.01/debian/rules memtest86+-2.01/debian/rules
--- memtest86+-2.01/debian/rules
+++ memtest86+-2.01/debian/rules
@@ -19,7 +19,7 @@
dh_testroot
rm -f build-stamp
- -$(MAKE) clean
+ [ ! -f Makefile ] || $(MAKE) clean
dh_clean
only in patch2:
unchanged:
--- memtest86+-2.01.orig/Makefile
+++ memtest86+-2.01/Makefile
@@ -11,7 +11,7 @@
AS=as -32
CC=gcc
-CFLAGS=-Wall -march=i486 -m32 -Os -fomit-frame-pointer -fno-builtin
-ffreestanding -fPIC
+CFLAGS=-Wall -march=i486 -m32 -O1 -fomit-frame-pointer -fno-builtin
-ffreestanding -fPIC
OBJS= head.o reloc.o main.o test.o init.o lib.o patn.o screen_buffer.o \
config.o linuxbios.o memsize.o pci.o controller.o random.o extra.o \
@@ -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 -O1 -fomit-frame-pointer
-fno-builtin -ffreestanding test.c
clean:
rm -f *.o *.s *.iso memtest.bin memtest memtest_shared
memtest_shared.bin
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]