Skip to content

Commit b0efa05

Browse files
joshtriplettmikeleany
authored andcommitted
x86_64-unknown-none: Fix module comment
(Work on this target sponsored by Profian.)
1 parent a23ee64 commit b0efa05

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

compiler/rustc_target/src/spec/x86_64_unknown_none.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
// Generic AArch64 target for bare-metal code - Floating point disabled
1+
// Generic x86-64 target for bare-metal code - Floating point disabled
22
//
33
// Can be used in conjunction with the `target-feature` and
44
// `target-cpu` compiler flags to opt-in more hardware-specific
55
// features.
6-
//
7-
// For example, `-C target-cpu=cortex-a53`.
86

97
use super::{CodeModel, LinkerFlavor, LldFlavor, PanicStrategy, Target, TargetOptions};
108

0 commit comments

Comments
 (0)