Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rust: arch/um: Add support for CONFIG_RUST under x86_64 UML
CONFIG_RUST currently supports x86_64, but does not support it under UML. Adding support is trivial: - Add CONFIG_HAVE_RUST to UML if X86_64 is set. - Have generate_rust_target check for CONFIG_X86_64, which is present under UML, rather than CONFIG_X86, which isn't. Signed-off-by: David Gow <davidgow@google.com>
- Loading branch information