summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrsc <rsc>2007-08-08 08:40:08 +0000
committerrsc <rsc>2007-08-08 08:40:08 +0000
commitaf689dcf7e3a6a8bdec8afff0f0e799f31929203 (patch)
treefddcd4be88c3c498a0847386d3ce89695aadaf4b
parent39c84ccf48ca854eca47917a7585d0a2ce32f74a (diff)
downloadxv6-labs-af689dcf7e3a6a8bdec8afff0f0e799f31929203.tar.gz
xv6-labs-af689dcf7e3a6a8bdec8afff0f0e799f31929203.tar.bz2
xv6-labs-af689dcf7e3a6a8bdec8afff0f0e799f31929203.zip
oops
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a564add..9a2db84 100644
--- 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