remove incorrect comment about PIE support

This commit is contained in:
Matěj Volf 2025-04-03 16:20:57 +02:00
parent 2f1fe3dae0
commit d40e360145
No known key found for this signature in database
GPG Key ID: 097CC34DC71E9D05

View File

@ -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,