]> Devi Nivas Git - cs3210-lab0.git/commitdiff
oops
authorrsc <rsc>
Wed, 8 Aug 2007 08:40:08 +0000 (08:40 +0000)
committerrsc <rsc>
Wed, 8 Aug 2007 08:40:08 +0000 (08:40 +0000)
Makefile

index a564add439c349e053f6d384b5a787e991e2ccd1..9a2db844a9ba766a20ba053369c30e43c15396da 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ LD = $(TOOLPREFIX)ld
 OBJCOPY = $(TOOLPREFIX)objcopy
 OBJDUMP = $(TOOLPREFIX)objdump
 # On newer gcc you may need to add -fno-stack-protector to $(CFLAGS)
-CFLAGS = -fno-builtin -O2 -Wall -MD -fno-stack-protector
+CFLAGS = -fno-builtin -O2 -Wall -MD
 AS = $(TOOLPREFIX)gas
 
 xv6.img : bootblock kernel fs.img