disable build of arm-gcc.s, it causes errors from as arm-gcc.s:4: Error: operand 1 must be an integer register -- `mov r0,#0' arm-gcc.s:5: Error: unknown mnemonic `bx' -- `bx lr'
Make the quickjs embedded copy build on GNU/Hurd Backport/adapt the changes done in the upstream quickjs project for supporting GNU/Hurd to the embedded copy in qbs: https://github.com/bellard/quickjs/pull/316 . This patch can be dropped when qbs rebases its copy to a new version of the upstream quickjs.
test sanitizers only on amd64 In Debian, sanitizers are available not on all architectures. For example, libtsan0 is available only on (amd64, arm64, ppc64, ppc64el).