Skip to content

Commit d11af8f

Browse files
authored
Remove aarch trace-stap in update.sh. (#86)
qemu-trace-stap-static is not included in qemu-user-static-3.1.1-2.fc30.x86_64.rpm .
1 parent 90daa97 commit d11af8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ shift $((OPTIND-1))
2828
[ "$1" = "--" ] && shift
2929

3030
from_arch="x86_64"
31-
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"
31+
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 x86_64 xtensaeb xtensa"
3232
# For casual test
3333
# to_archs="aarch64"
3434

0 commit comments

Comments
 (0)