summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrett Weiland <brett_weiland@bpcspace.com>2021-09-24 17:37:28 -0500
committerBrett Weiland <brett_weiland@bpcspace.com>2021-09-24 17:37:28 -0500
commita01706951b5f21eeb83e170ba2e7df4446222bd2 (patch)
tree68dea0a7c7ec293b1f8d008baad02fb97a353f3b /src
parentcf8f128958950e174f5aea28dbe0f27fec0ce670 (diff)
fixed makefile as well as cross compiler scriptHEADmaster
Diffstat (limited to 'src')
-rwxr-xr-xsrc/indigo_osbin0 -> 46304 bytes
-rw-r--r--src/makefile2
2 files changed, 1 insertions, 1 deletions
diff --git a/src/indigo_os b/src/indigo_os
new file mode 100755
index 0000000..865105f
--- /dev/null
+++ b/src/indigo_os
Binary files differ
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