]> git.lizzy.rs Git - rust.git/commit
Add x86_64-linux-kernel target
authorAlex Gaynor <alex.gaynor@gmail.com>
Sat, 31 Aug 2019 19:13:16 +0000 (15:13 -0400)
committerAlex Gaynor <alex.gaynor@gmail.com>
Sat, 31 Aug 2019 21:32:45 +0000 (17:32 -0400)
commit5e933b490b17de43b5c9b45b77088732f17b7ffd
tree48e1163113c946a4154be45572b0aded94e26bff
parentb3146549abf25818fecfc7555f35358a948e27ad
Add x86_64-linux-kernel target

This adds a target specification for Linux kernel modules on x86_64, as well as base code that can be shared with other architectures.
src/librustc_target/spec/linux_kernel_base.rs [new file with mode: 0644]
src/librustc_target/spec/mod.rs
src/librustc_target/spec/x86_64_linux_kernel.rs [new file with mode: 0644]