dump: Recognize "fd:" protocols on Windows hosts
[qemu/armbru.git] / linux-user / i386 / meson.build
blobd42fc6cbc90cab42476c3c68e16f1b4d20defe63
1 syscall_nr_generators += {
2   'i386': generator(sh,
3                     arguments: [ meson.current_source_dir() / 'syscallhdr.sh', '@INPUT@', '@OUTPUT@', '@EXTRA_ARGS@' ],
4                     output: '@BASENAME@_nr.h')
7 vdso_inc = gen_vdso.process('vdso.so', extra_args: [
8                                 '-s', '__kernel_sigreturn',
9                                 '-r', '__kernel_rt_sigreturn'
10                             ])
12 linux_user_ss.add(when: 'TARGET_I386', if_true: vdso_inc)