URI: 
       tDevuan's toolchain as default now - arm-sdk - os build toolkit for various embedded devices
  HTML git clone https://git.parazyd.org/arm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 8dbb5a5d79961a2ce0dc63244411023c5ae48d79
   DIR parent fdf95fdccbc51a6803bb2891f234b075536a2e6f
  HTML 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(-)
       ---
   DIR diff --git a/config b/config
       t@@ -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