Sign in
fuchsia
/
third_party
/
rust
/
996962243670f15a88910f5c52b30fbc7b409138
/
.
/
compiler
/
rustc_target
/
src
/
spec
/
base
/
hurd_gnu.rs
blob: d33372b41b90f2bc4179c38614e1eeeeae784464 [
file
] [
log
] [
blame
]
use
crate
::
spec
::{
TargetOptions
,
base
};
pub
(
crate
)
fn
opts
()
->
TargetOptions
{
TargetOptions
{
env
:
"gnu"
.
into
(),
..
base
::
hurd
::
opts
()
}
}