From a01706951b5f21eeb83e170ba2e7df4446222bd2 Mon Sep 17 00:00:00 2001 From: Brett Weiland Date: Fri, 24 Sep 2021 17:37:28 -0500 Subject: fixed makefile as well as cross compiler script --- src/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/makefile') diff --git a/src/makefile b/src/makefile index bb92e5f..f41ee8c 100644 --- a/src/makefile +++ b/src/makefile @@ -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 -- cgit v1.2.3