Sign in
android
/
toolchain
/
rustc
/
2f3fdfeb95384b9046ea35b3532e23c652eca660
/
.
/
compiler
/
rustc_target
/
src
/
spec
/
linux_gnu_base.rs
blob: 3d940ceaf0270b2ea8dec8f887af49aac850a480 [
file
] [
log
] [
blame
]
use
crate
::
spec
::
TargetOptions
;
pub
fn
opts
()
->
TargetOptions
{
TargetOptions
{
env
:
"gnu"
.
to_string
(),
..
super
::
linux_base
::
opts
()
}
}