File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ pub fn target() -> TargetResult {
12
12
target_env : "" . to_string ( ) ,
13
13
target_vendor : "unknown" . to_string ( ) ,
14
14
target_c_int_width : 16 . to_string ( ) ,
15
- options : super :: none_base :: opts ( ) ,
15
+ options : super :: freestanding_base :: opts ( ) ,
16
16
} )
17
17
}
File renamed without changes.
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ mod arm_base;
54
54
mod cloudabi_base;
55
55
mod dragonfly_base;
56
56
mod freebsd_base;
57
+ mod freestanding_base;
57
58
mod fuchsia_base;
58
59
mod haiku_base;
59
60
mod hermit_base;
@@ -65,7 +66,6 @@ mod linux_kernel_base;
65
66
mod linux_musl_base;
66
67
mod msvc_base;
67
68
mod netbsd_base;
68
- mod none_base;
69
69
mod openbsd_base;
70
70
mod redox_base;
71
71
mod riscv_base;
You can’t perform that action at this time.
0 commit comments