commit 8dbb5a5d79961a2ce0dc63244411023c5ae48d79 parent fdf95fdccbc51a6803bb2891f234b075536a2e6f Author: parazyd <parazyd@dyne.org> Date: Fri, 22 Apr 2016 18:22:19 +0200 Devuan's toolchain as default now Diffstat:
M | config | | | 12 | +++++++----- |
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/config b/config @@ -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