Skip to content

Commit 2df2d02

Browse files
committed
fix unknown symbol udivmoddi4
1 parent c8a564c commit 2df2d02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ pub(crate) fn opts() -> TargetOptions {
55
os: "helenos".into(),
66

77
dynamic_linking: true,
8+
// we need the linker to keep libgcc and friends
9+
no_default_libraries: false,
810
has_rpath: true,
911
relro_level: RelroLevel::Full,
1012
panic_strategy: PanicStrategy::Abort,

0 commit comments

Comments
 (0)