Devuan's toolchain as default now

This commit is contained in:
parazyd 2016-04-22 18:22:19 +02:00
parent fdf95fdccb
commit 8dbb5a5d79
No known key found for this signature in database
GPG Key ID: BB5E2E35B92E373E
1 changed files with 7 additions and 5 deletions

12
config
View File

@ -3,13 +3,15 @@
# ARM SDK configuration
# add here the info of the toolchain you are using
# custom toolchain (https://pub.parazyd.cf/mirror/)
compiler="arm-linux-gnueabihf-"
export PATH="$PATH:/sbin:$R/toolchains/gcc-arm-linux-gnueabihf-4.7/bin"
# Devuan official toolchain
#compiler="arm-none-eabi-"
#export PATH="$PATH:/sbin"
compiler="arm-none-eabi-"
export PATH="$PATH:/sbin"
# custom toolchain (https://pub.parazyd.cf/mirror/)
#compiler="arm-linux-gnueabihf-"
#export PATH="$PATH:/sbin:$R/toolchains/gcc-arm-linux-gnueabihf-4.7/bin"
# static qemu arm binary
qemu_bin="/usr/bin/qemu-arm-static" # Devuan
#qemu_bin="/usr/bin/qemu-arm" # Gentoo