Skip to content

Commit 1f0652f

Browse files
committed
[AVR] Rename the 'none_base' target spec module to 'freestanding_base'
1 parent 8ba9cbd commit 1f0652f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/librustc_target/spec/avr_unknown_unknown.rs

+1-1
Original file line numberDiff line numberDiff 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
}

src/librustc_target/spec/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ mod arm_base;
5454
mod cloudabi_base;
5555
mod dragonfly_base;
5656
mod freebsd_base;
57+
mod freestanding_base;
5758
mod fuchsia_base;
5859
mod haiku_base;
5960
mod hermit_base;
@@ -65,7 +66,6 @@ mod linux_kernel_base;
6566
mod linux_musl_base;
6667
mod msvc_base;
6768
mod netbsd_base;
68-
mod none_base;
6969
mod openbsd_base;
7070
mod redox_base;
7171
mod riscv_base;

0 commit comments

Comments
 (0)