diff options
author | rsc <rsc> | 2007-08-08 08:40:08 +0000 |
---|---|---|
committer | rsc <rsc> | 2007-08-08 08:40:08 +0000 |
commit | af689dcf7e3a6a8bdec8afff0f0e799f31929203 (patch) | |
tree | fddcd4be88c3c498a0847386d3ce89695aadaf4b | |
parent | 39c84ccf48ca854eca47917a7585d0a2ce32f74a (diff) | |
download | xv6-labs-af689dcf7e3a6a8bdec8afff0f0e799f31929203.tar.gz xv6-labs-af689dcf7e3a6a8bdec8afff0f0e799f31929203.tar.bz2 xv6-labs-af689dcf7e3a6a8bdec8afff0f0e799f31929203.zip |
oops
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |