[OpenBIOS] r342 - clients/memtest86

svn at openbios.org svn at openbios.org
Tue May 1 03:39:51 CEST 2007


Author: rsmith
Date: 2007-05-01 03:39:51 +0200 (Tue, 01 May 2007)
New Revision: 342

Modified:
   clients/memtest86/Makefile
Log:
Adjust the -fno-stack-protector option such that you can comment/uncommnet easily for 
compiling on dists that the compile breaks.



Modified: clients/memtest86/Makefile
===================================================================
--- clients/memtest86/Makefile	2007-05-01 01:35:29 UTC (rev 341)
+++ clients/memtest86/Makefile	2007-05-01 01:39:51 UTC (rev 342)
@@ -12,7 +12,8 @@
 #
 # gcc compiler options, these settings should suffice
 #
-CCFLAGS=-Wall -march=i486 -m32 -Os -fomit-frame-pointer -fno-builtin -ffreestanding -fno-stack-protector
+CCFLAGS=-Wall -march=i486 -m32 -Os -fomit-frame-pointer -fno-builtin -ffreestanding 
+#CCFLAGS += -fno-stack-protector
 
 AS=as -32
 




More information about the OpenBIOS mailing list