mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-10 23:09:18 +00:00
Kernel now compiles on x32
This commit is contained in:
2
Makefile
2
Makefile
@ -41,7 +41,7 @@ INCLUDE_DIR = ./include
|
||||
LDFLAGS := -Wl,-Map kernel.map -shared -nostdlib -nodefaultlibs -nolibc
|
||||
|
||||
# Disable all warnings by adding "-w" in WARNCFLAG and if you want to treat the warnings as errors, add "-Werror"
|
||||
WARNCFLAG = -Wall -Wextra
|
||||
WARNCFLAG = -w #-Wall -Wextra
|
||||
|
||||
# https://gcc.gnu.org/onlinedocs/gcc/x86-Options.html
|
||||
CFLAGS := \
|
||||
|
Reference in New Issue
Block a user