Author: wmb Date: 2007-08-03 02:47:34 +0200 (Fri, 03 Aug 2007) New Revision: 520
Modified: clients/memtest86/Makefile Log: memtest86 - Added -fno-stack-protector to default CCFLAGS, so it will compile on e.g. Ubuntu.
Modified: clients/memtest86/Makefile =================================================================== --- clients/memtest86/Makefile 2007-08-02 22:14:08 UTC (rev 519) +++ clients/memtest86/Makefile 2007-08-03 00:47:34 UTC (rev 520) @@ -13,7 +13,7 @@ # gcc compiler options, these settings should suffice # CCFLAGS=-Wall -march=i486 -m32 -Os -fomit-frame-pointer -fno-builtin -ffreestanding -#CCFLAGS += -fno-stack-protector +CCFLAGS += -fno-stack-protector
AS=as -32