Skip to content

Commit

Permalink
[AVR] Rename the 'none_base' target spec module to 'freestanding_base'
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanmckay committed Jun 9, 2020
1 parent 8ba9cbd commit 1f0652f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/librustc_target/spec/avr_unknown_unknown.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ pub fn target() -> TargetResult {
target_env: "".to_string(),
target_vendor: "unknown".to_string(),
target_c_int_width: 16.to_string(),
options: super::none_base::opts(),
options: super::freestanding_base::opts(),
})
}
File renamed without changes.
2 changes: 1 addition & 1 deletion src/librustc_target/spec/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ mod arm_base;
mod cloudabi_base;
mod dragonfly_base;
mod freebsd_base;
mod freestanding_base;
mod fuchsia_base;
mod haiku_base;
mod hermit_base;
Expand All @@ -65,7 +66,6 @@ mod linux_kernel_base;
mod linux_musl_base;
mod msvc_base;
mod netbsd_base;
mod none_base;
mod openbsd_base;
mod redox_base;
mod riscv_base;
Expand Down

0 comments on commit 1f0652f

Please sign in to comment.