fixed makefile as well as cross compiler script

This commit is contained in:
Brett Weiland 2021-09-24 17:37:28 -05:00
parent cf8f128958
commit a01706951b
2 changed files with 1 additions and 1 deletions

BIN
src/indigo_os Executable file

Binary file not shown.

View File

@ -1,5 +1,5 @@
LD=../compiler/indigo_gcc/bin/x86_64-elf-ld
CC=../compiler/indigo_gcc/bin/x86_64-pc-linux-gnu-gcc
CC=../compiler/indigo_gcc/bin/x86_64-elf-gcc
OBJCPY=../compiler/indigo_gcc/bin/x86_64-elf-objcopy
INC=-I./include