fixed GCC/binutils build script
This commit is contained in:
parent
c128da793c
commit
8b683274e7
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
export PREFIX=/home/indigo/projects/small/indigo_os/compiler/indigo_gcc
|
||||
export PREFIX=/home/indigo/projects/small/IndigoOS/compiler/indigo_gcc
|
||||
export TARGET=x86_64-elf
|
||||
export PATH="$PREFIX/bin:$PATH"
|
||||
|
||||
|
BIN
src/indigo_os
BIN
src/indigo_os
Binary file not shown.
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user