We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f1fe3d commit d40e360Copy full SHA for d40e360
compiler/rustc_target/src/spec/base/helenos.rs
@@ -5,10 +5,7 @@ pub(crate) fn opts() -> TargetOptions {
5
os: "helenos".into(),
6
7
dynamic_linking: true,
8
- // FIXME: this actually is supported by HelenOS, but then we run into issues
9
- // with linking libstartfiles.a (parts of which obviously can't be at randomized
10
- // positions). The crt_* flags also have some effect on this.
11
- // position_independent_executables: true,
+ has_rpath: true,
12
relro_level: RelroLevel::Full,
13
panic_strategy: PanicStrategy::Abort,
14
0 commit comments