j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
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