Skip to content

Commit d40e360

Browse files
committed
remove incorrect comment about PIE support
1 parent 2f1fe3d commit d40e360

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

compiler/rustc_target/src/spec/base/helenos.rs

+1-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ pub(crate) fn opts() -> TargetOptions {
55
os: "helenos".into(),
66

77
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,
8+
has_rpath: true,
129
relro_level: RelroLevel::Full,
1310
panic_strategy: PanicStrategy::Abort,
1411

0 commit comments

Comments
 (0)