]> git.lizzy.rs Git - rust.git/blob - library/std/src/sys/hermit/env.rs
Add 'compiler/rustc_codegen_gcc/' from commit 'afae271d5d3719eeb92c18bc004bb6d1965a5f3f'
[rust.git] / library / std / src / sys / hermit / env.rs
1 pub mod os {
2     pub const FAMILY: &str = "";
3     pub const OS: &str = "hermit";
4     pub const DLL_PREFIX: &str = "";
5     pub const DLL_SUFFIX: &str = "";
6     pub const DLL_EXTENSION: &str = "";
7     pub const EXE_SUFFIX: &str = "";
8     pub const EXE_EXTENSION: &str = "";
9 }