mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-26 12:05:36 +01:00
8 lines
226 B
Plaintext
Executable File
8 lines
226 B
Plaintext
Executable File
#this is sourced.
|
|
|
|
gcc_path="$SCRIPT_DIR"/../../../../toolchain.gcc102.kbl/cross
|
|
gcc_prefix=x86_64-clover-linux-gnu-gcc-
|
|
gcc_suffix=
|
|
#only bin_path is used bt the caller
|
|
bin_path="$gcc_path"/bin/"$gcc_prefix""$1""$gcc_suffix"
|