Skip to content

Commit c6db2d5

Browse files
committed
Fix typo
1 parent 955a4ea commit c6db2d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/librustc_back/target/redox_base.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,10 @@ pub fn opts() -> TargetOptions {
3333
"-static".to_string()
3434
],
3535
executables: true,
36-
relocation_modal: "static".to_string(),
36+
relocation_model: "static".to_string(),
3737
disable_redzone: true,
3838
eliminate_frame_pointer: false,
3939
linker_is_gnu: true,
40-
no_compiler_rt: true,
4140
no_default_libraries: true,
4241
has_elf_tls: true,
4342
.. Default::default()

0 commit comments

Comments
 (0)