From 8b683274e7db43d6637b567da02b1b158a6f2035 Mon Sep 17 00:00:00 2001 From: Brett Weiland Date: Sun, 12 Sep 2021 15:32:14 -0500 Subject: fixed GCC/binutils build script --- src/indigo_os | Bin 43488 -> 43424 bytes src/makefile | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/indigo_os b/src/indigo_os index 5f119d0..9a92fc5 100755 Binary files a/src/indigo_os and b/src/indigo_os differ diff --git a/src/makefile b/src/makefile index 03984ec..cbf3ce1 100644 --- a/src/makefile +++ b/src/makefile @@ -1,5 +1,6 @@ LD=../compiler/indigo_gcc/bin/x86_64-elf-ld -CC=../compiler/indigo_gcc/bin/x86_64-elf-gcc +#CC=../compiler/indigo_gcc/bin/x86_64-elf-gcc +CC=../compiler/indigo_gcc/bin/x86_64-pc-linux-gnu-gcc OBJCPY=../compiler/indigo_gcc/bin/x86_64-elf-objcopy INC=-I./include -- cgit v1.2.3