Merge tag 'pull-sp-20240412' of https://gitlab.com/rth7680/qemu into staging
[qemu/armbru.git] / linux-user / riscv / meson.build
blobbeb989a7caaca71eb188aed6edb19f14b3855e99
1 vdso_32_inc = gen_vdso.process('vdso-32.so',
2                                extra_args: ['-r', '__vdso_rt_sigreturn'])
3 vdso_64_inc = gen_vdso.process('vdso-64.so',
4                                extra_args: ['-r', '__vdso_rt_sigreturn'])
6 linux_user_ss.add(when: 'TARGET_RISCV32', if_true: vdso_32_inc)
7 linux_user_ss.add(when: 'TARGET_RISCV64', if_true: vdso_64_inc)