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 {
1212 target_env : "" . to_string ( ) ,
1313 target_vendor : "unknown" . to_string ( ) ,
1414 target_c_int_width : 16 . to_string ( ) ,
15- options : super :: none_base :: opts ( ) ,
15+ options : super :: freestanding_base :: opts ( ) ,
1616 } )
1717}
File renamed without changes.
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ mod arm_base;
5454mod cloudabi_base;
5555mod dragonfly_base;
5656mod freebsd_base;
57+ mod freestanding_base;
5758mod fuchsia_base;
5859mod haiku_base;
5960mod hermit_base;
@@ -65,7 +66,6 @@ mod linux_kernel_base;
6566mod linux_musl_base;
6667mod msvc_base;
6768mod netbsd_base;
68- mod none_base;
6969mod openbsd_base;
7070mod redox_base;
7171mod riscv_base;
You can’t perform that action at this time.
0 commit comments