Raspberry Pi port, piCore-15.0 is available!
armv7l) BASELIBS="$BASELIBS ld-linux-armhf.so.3 linux-vdso.so.1"; ARCH="armv7" ;;
sstrip is unneeded after all - strip is in binutils.
can you or someone else comment on whether the zsync file is necessary for the ARM repo, and how it's made if so?
there isn't zsync or sstrip for armv7 for me to test it.
Good to know re sstrip vs strip. I'll use the former where possible, else fall back onto strip (arm7).
sstrip.tcz added to 7.x armv6/armv7 repo
Quote from: dentonlt on March 16, 2016, 06:40:09 AMcan you or someone else comment on whether the zsync file is necessary for the ARM repo, and how it's made if so?zsync file is not needed to submit, at server side it is created automatically for all architectures.
tc@box:/tmp$ /usr/local/bin/submitqcsubmitqc: Unrecognized architecture 'i586'. See --help.
submitqc --arch=i686
... I think I can just have i586 fall back to x86, also ...
. /etc/init.d/tc-functions
[ -z "$ARCH" ] && ARCH=$(uname -m)
[ -z "$ARCH" ] && ARCH=$(getBuild)