kaniini / libucontext

ucontext implementation featuring glibc-compatible ABI
Other
106 stars 41 forks source link

meson: Add option to pass cpu #28

Closed kraj closed 3 years ago

kraj commented 3 years ago

This helps with cross compile setups, where host_cpu != target_cpu therefore detecting it on the fly will end up with wrong cpu to build for

Signed-off-by: Khem Raj raj.khem@gmail.com