meson.build (516fffc9933cb21fad41ca8f7bf465d238d4d375) meson.build (c52e405968341b1d10c618f23bdbb841e39f9255)
1vdso_inc = gen_vdso.process('vdso.so',
2 extra_args: ['-r', '__vdso_rt_sigreturn'])
3
4linux_user_ss.add(when: 'TARGET_LOONGARCH64', if_true: vdso_inc)
1vdso_inc = gen_vdso.process('vdso.so',
2 extra_args: ['-r', '__vdso_rt_sigreturn'])
3
4linux_user_ss.add(when: 'TARGET_LOONGARCH64', if_true: vdso_inc)
5
6
7syscall_nr_generators += {
8 'loongarch64': generator(sh,
9 arguments: [ meson.current_source_dir() / 'syscallhdr.sh', '@INPUT@', '@OUTPUT@', '@EXTRA_ARGS@' ],
10 output: '@BASENAME@_nr.h')
11}