From b0efa05e5acaaa6b973e05835d2fd46f58cc5c11 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Sun, 19 Sep 2021 12:14:33 -0700 Subject: [PATCH] x86_64-unknown-none: Fix module comment (Work on this target sponsored by Profian.) --- compiler/rustc_target/src/spec/x86_64_unknown_none.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/compiler/rustc_target/src/spec/x86_64_unknown_none.rs b/compiler/rustc_target/src/spec/x86_64_unknown_none.rs index 58a83e75e41..a3ab2621c78 100644 --- a/compiler/rustc_target/src/spec/x86_64_unknown_none.rs +++ b/compiler/rustc_target/src/spec/x86_64_unknown_none.rs @@ -1,10 +1,8 @@ -// Generic AArch64 target for bare-metal code - Floating point disabled +// Generic x86-64 target for bare-metal code - Floating point disabled // // Can be used in conjunction with the `target-feature` and // `target-cpu` compiler flags to opt-in more hardware-specific // features. -// -// For example, `-C target-cpu=cortex-a53`. use super::{CodeModel, LinkerFlavor, LldFlavor, PanicStrategy, Target, TargetOptions};