packaging: update baselibs for riscv64 95/314895/1
authorMinyoung Song <minyoung.song@samsung.com>
Tue, 23 Jul 2024 03:14:46 +0000 (12:14 +0900)
committerDongkyun Son <dongkyun.s@samsung.com>
Tue, 23 Jul 2024 03:19:34 +0000 (12:19 +0900)
Add workaround for "export QEMU_GUEST_BASE=0x5500000000"

Change-Id: I4238ec692a2fc1b18a779ca3f8d702a4d69ec5ab
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
packaging/baselibs.conf

index 424e748..0cff6af 100644 (file)
@@ -34,7 +34,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"
@@ -62,7 +62,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"
@@ -90,7 +90,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"