Skip to content

Commit

Permalink
Merge pull request #40 from ixdy/reset-add-missing-targets
Browse files Browse the repository at this point in the history
Add new targets to --reset list
  • Loading branch information
moul authored May 25, 2018
2 parents 6a9c52b + 5a5dc6b commit e3bee25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion register/register.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ ! -f /proc/sys/fs/binfmt_misc/register ]; then
mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc
fi

entries="aarch64 alpha arm armeb hppa m68k mips mips64 mips64el mipsel mipsn32 mipsn32el ppc ppc64 ppc64le s390x sh4 sh4eb sparc sparc32plus sparc64"
entries="aarch64 aarch64_be alpha arm armeb hppa m68k microblaze microblazeel mips mips64 mips64el mipsel mipsn32 mipsn32el ppc ppc64 ppc64le riscv32 riscv64 s390x sh4 sh4eb sparc sparc32plus sparc64 xtensa xtensaeb"

if [ "${1}" = "--reset" ]; then
shift
Expand Down

0 comments on commit e3bee25

Please sign in to comment.