mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-15 05:26:47 +00:00
remove incorrect comment about PIE support
This commit is contained in:
parent
2f1fe3dae0
commit
d40e360145
@ -5,10 +5,7 @@ pub(crate) fn opts() -> TargetOptions {
|
||||
os: "helenos".into(),
|
||||
|
||||
dynamic_linking: true,
|
||||
// FIXME: this actually is supported by HelenOS, but then we run into issues
|
||||
// with linking libstartfiles.a (parts of which obviously can't be at randomized
|
||||
// positions). The crt_* flags also have some effect on this.
|
||||
// position_independent_executables: true,
|
||||
has_rpath: true,
|
||||
relro_level: RelroLevel::Full,
|
||||
panic_strategy: PanicStrategy::Abort,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user