oops
This commit is contained in:
parent
39c84ccf48
commit
af689dcf7e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue