Skip to content

Commit

Permalink
feat(qemu): actualized list of archs
Browse files Browse the repository at this point in the history
  • Loading branch information
lafin committed Apr 26, 2019
1 parent eb2e5c3 commit bfb50d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ shift $((OPTIND-1))
[ "$1" = "--" ] && shift

from_arch="x86_64"
to_archs="aarch64 alpha arm armeb cris hppa i386 m68k microblaze microblazeel mips mips64 mips64el mipsel mipsn32 mipsn32el nios2 or1k ppc ppc64 ppc64abi32 ppc64le s390x sh4 sh4eb sparc sparc32plus sparc64 x86_64"
to_archs="aarch64 aarch64_be alpha armeb arm cris hppa i386 m68k microblazeel microblaze mips64el mips64 mipsel mipsn32el mipsn32 mips nios2 or1k ppc64abi32 ppc64le ppc64 ppc riscv32 riscv64 s390x sh4eb sh4 sparc32plus sparc64 sparc tilegx trace-stap x86_64 xtensaeb xtensa"

for to_arch in $to_archs; do
if [ "$from_arch" != "$to_arch" ]; then
Expand Down

0 comments on commit bfb50d1

Please sign in to comment.