summaryrefslogtreecommitdiff
path: root/src/makefile
diff options
context:
space:
mode:
authorBrett Weiland <brett_weiland@bpcspace.com>2021-09-12 15:32:14 -0500
committerBrett Weiland <brett_weiland@bpcspace.com>2021-09-12 15:32:14 -0500
commit8b683274e7db43d6637b567da02b1b158a6f2035 (patch)
tree0b8700f8ffa8bdd818944ed517da4d92566023f6 /src/makefile
parentc128da793cbde9a8a2fcdf03a6ddbc17813561ae (diff)
fixed GCC/binutils build script
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile3
1 files changed, 2 insertions, 1 deletions
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