On linux-arm STATIC_BUILD used the `-static` flag which leads for some reason to the executables being linked against `/lib/ld.so.1` which does not exists. Setting `STATIC_LDFLAGS_YES= -Wl,-Bstatic` in CONFIG.linux-arm.linux-arm fixed this issue for me.
386 B
386 B