trying x86_64 support
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
OBJS = paging.o kheap.o ordered_array.o
|
||||
|
||||
CC = i686-elf-gcc # cross-compiler
|
||||
CC = x86_64-elf-gcc # cross-compiler
|
||||
CFLAGS = -m32 -fno-stack-protector -ffreestanding -Wall -Wextra -Werror -g -c
|
||||
|
||||
all:${OBJS}
|
||||
|
||||
Reference in New Issue
Block a user