[OpenBIOS] r787 - clients/memtest86

svn at openbios.org svn at openbios.org
Tue Jan 22 09:59:25 CET 2008


Author: wmb
Date: 2008-01-22 09:59:25 +0100 (Tue, 22 Jan 2008)
New Revision: 787

Modified:
   clients/memtest86/Makefile
Log:
memtest86 - Added an explicit rule for compiling random.o to fix problems when compiling on a 64-bit system.


Modified: clients/memtest86/Makefile
===================================================================
--- clients/memtest86/Makefile	2008-01-20 01:31:04 UTC (rev 786)
+++ clients/memtest86/Makefile	2008-01-22 08:59:25 UTC (rev 787)
@@ -75,6 +75,9 @@
 spd.o: spd.c lib.c test.h screen_buffer.h ega.h
 	$(CC) -c $(CCFLAGS) -fPIC spd.c
 
+random.o: random.c
+	$(CC) -c $(CCFLAGS) -fPIC random.c
+
 controller.s: controller.c defs.h config.h test.h pci.h controller.h
 	$(CC) -S $(CCFLAGS) -fPIC controller.c
 




More information about the OpenBIOS mailing list