Commit Graph

5 Commits

Author SHA1 Message Date
Dmitry Belyaev bedae4587d fix exec 2021-10-11 00:34:34 +03:00
Dmitry Belyaev 1dc895f5ef xbuild: pass the -execve flag and propagate the correct arg0
from: ae8e2da0ac
2021-10-11 00:34:34 +03:00
Dmitry Belyaev c6545f9846 make the entrypoint work regardless of install path
from: 30c52e7daf
2021-10-11 00:34:34 +03:00
Petros Angelatos 91d7377a71 properly handle exit code of emulated process
fixes #7

Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
2016-09-19 16:49:57 -07:00
Petros Angelatos 3f62d14109 Use static binaries instead of shebang scripts
With the latest version of qemu-arm-static using a shebang script with
the interpreter set to qemu-arm-static causes infinite recursion.

Fixes #2

Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
2016-09-05 13:01:54 +01:00