Skip to content

Commit

Permalink
patch librt
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 committed Jan 28, 2024
1 parent f8d85c1 commit 31cbb2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/qemu_aarch64_interpreter
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ patchelf --add-needed libm.so.6 $1
patchelf --add-needed libpthread.so.0 $1
patchelf --add-needed libdl.so.2 $1
patchelf --add-needed libutil.so.1 $1
patchelf --add-needed librt.so.1 $1

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

0 comments on commit 31cbb2d

Please sign in to comment.