Skip to content

Commit

Permalink
try adding libpthread
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 committed Jan 27, 2024
1 parent 3bc974b commit a6270f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/qemu_aarch64_interpreter
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# so first patch the program
patchelf --add-rpath /usr/aarch64-linux-gnu/lib/ $1
patchelf --add-needed libm.so.6 $1
patchelf --add-needed libpthread.so.0 $1

# run the interpreter
qemu-aarch64-static "$@"

0 comments on commit a6270f4

Please sign in to comment.