build-sys: Add rust feature option
Add rust feature in meson.build, configure, to prepare for adding Rust code in the followup commits. Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Link: https://lore.kernel.org/r/14642d80fbccbc60f7aa78b449a7deb5e2784ed9.1727961605.git.manos.pitsidianakis@linaro.org Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
07f0d32641
commit
764a6ee9fe
7 changed files with 36 additions and 1 deletions
|
|
@ -373,3 +373,6 @@ option('hexagon_idef_parser', type : 'boolean', value : true,
|
|||
|
||||
option('x86_version', type : 'combo', choices : ['0', '1', '2', '3', '4'], value: '1',
|
||||
description: 'tweak required x86_64 architecture version beyond compiler default')
|
||||
|
||||
option('rust', type: 'feature', value: 'auto',
|
||||
description: 'Rust support')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue