URI: 
       tadd note about TAR_STAGE4 - 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 0e25d16cdd05f90a6811f7a90792cc8594933faa
   DIR parent 523fb3ab1b61bbab79fc19b42703a0fdc922f4a5
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Fri, 27 Oct 2017 20:49:05 +0200
       
       add note about TAR_STAGE4
       
       Diffstat:
         M config                              |       4 ++++
       
       1 file changed, 4 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/config b/config
       t@@ -24,6 +24,9 @@
        ## options for `make` when building kernel
        MAKEOPTS="-j$(( $(grep -c 'processor' /proc/cpuinfo) + 1 ))"
        
       +## uncomment if you wish to create stage4 tarballs for faster rebuilding
       +# TAR_STAGE4=true
       +
        ## devuan packaged toolchain
        devuantc="arm-none-eabi-"
        
       t@@ -41,6 +44,7 @@ export PATH="$PATH:/usr/sbin:/sbin:/usr/bin:/bin"
        
        
        ## static qemu arm binary
       +## XXX: make this automagic
        qemu_bin="/usr/bin/qemu-arm-static"      # Devuan
        #qemu_bin="/usr/bin/qemu-aarch64-static" # Devuan
        #qemu_bin="/usr/bin/qemu-arm"            # Gentoo