We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8a564c commit 2df2d02Copy full SHA for 2df2d02
compiler/rustc_target/src/spec/base/helenos.rs
@@ -5,6 +5,8 @@ pub(crate) fn opts() -> TargetOptions {
5
os: "helenos".into(),
6
7
dynamic_linking: true,
8
+ // we need the linker to keep libgcc and friends
9
+ no_default_libraries: false,
10
has_rpath: true,
11
relro_level: RelroLevel::Full,
12
panic_strategy: PanicStrategy::Abort,
0 commit comments