fix compilation with gcc 8
This commit is contained in:
parent
6cbfe3ffce
commit
0e022d186a
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
||||
CC=gcc
|
||||
CFLAGS = -Wall -nostdlib -nostdinc -ffreestanding -DKERNEL_SOS \
|
||||
-m32 -fno-asynchronous-unwind-tables
|
||||
-m32 -fno-asynchronous-unwind-tables -fno-stack-protector
|
||||
LDFLAGS = --warn-common -m elf_i386
|
||||
OBJECTS = bootstrap/multiboot.o \
|
||||
hwcore/idt.o hwcore/gdt.o \
|
||||
|
Loading…
Reference in New Issue
Block a user