diff options
-rw-r--r-- | packaging/baselibs.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packaging/baselibs.conf b/packaging/baselibs.conf index aa1dee3df..9f504a952 100644 --- a/packaging/baselibs.conf +++ b/packaging/baselibs.conf @@ -30,7 +30,7 @@ targettype cross package qemu-linux-user post "# workaround for using ldd on non-pie executable causes segfault" post "# ex) ldd /usr/bin/which" post "# ldd: exited with unknown exit code (139)" - post "%ifarch aarch64" + post "%ifarch aarch64 riscv64" post "echo 'export QEMU_GUEST_BASE=0x5500000000' > /etc/profile.d/qemu_base.sh" post "chmod 755 /etc/profile.d/qemu_base.sh" post "%endif" @@ -58,7 +58,7 @@ targettype x86_64-cross package qemu-linux-user post "# workaround for using ldd on non-pie executable causes segfault" post "# ex) ldd /usr/bin/which" post "# ldd: exited with unknown exit code (139)" - post "%ifarch aarch64" + post "%ifarch aarch64 riscv64" post "echo 'export QEMU_GUEST_BASE=0x5500000000' > /etc/profile.d/qemu_base.sh" post "chmod 755 /etc/profile.d/qemu_base.sh" post "%endif" @@ -86,7 +86,7 @@ targettype x86-cross package qemu-linux-user post "# workaround for using ldd on non-pie executable causes segfault" post "# ex) ldd /usr/bin/which" post "# ldd: exited with unknown exit code (139)" - post "%ifarch aarch64" + post "%ifarch aarch64 riscv64" post "echo 'export QEMU_GUEST_BASE=0x5500000000' > /etc/profile.d/qemu_base.sh" post "chmod 755 /etc/profile.d/qemu_base.sh" post "%endif" |