On Tue, Nov 6, 2018 at 7:45 AM Mojca Miklavec
A few years back we had a long discussion with the consensus that we should have used
if [ $? != 0 ]; then
This seems to have been fixed in the mean time.
We kept building the armel binaries on some super strange hardware configuration which Boris provided to us. At some point he was no longer able to provide the hardware, we no longer built the binaries & provided them, and I don't think that anybody complained since.
The armhf binaries are built on RPi in Hans' cellar running Raspbian.
As noted in the previous mail I do not really need it in the foreseeable future. Apart from that there are additional problems like glibc vs. musl libc and maybe different versions of floating point units. If I or someone else really needs it in the future I would rather try to adopt what is running on the RPi in Hans' cellar to variable qemu guest and/or to variable cross compilation toolchains.