Skip to content

Commit 9c4ac73

Browse files
committed
Docs clarifications.
1 parent e190bdf commit 9c4ac73

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/librustc_target/spec/thumbv4t_nintendo_gba.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
//! Targets the Nintendo Game Boy Advance (GBA), a handheld game device from 2001.
1+
//! Targets the Nintendo Game Boy Advance (GBA),
2+
//! a handheld game device from 2001.
23
//!
34
//! Please ping @Lokathor if changes are needed.
45
//!
5-
//! Important: This target **does not** specify a linker script or the ROM
6-
//! header. You'll still need to provide these yourself to construct a final
7-
//! binary. Generally you'd do this with something like
8-
//! `-Clink-arg=-Tmy_script.ld` and `-Clink-arg=my_crt.o`.
6+
//! The target profile assumes that you have the ARM binutils in your path (specifically the linker, `arm-none-eabi-ld`). They can be obtained for free for all major OSes from the ARM developer's website, and they may also be available in your system's package manager
7+
//!
8+
//! **Important:** This target profile **does not** specify a linker script or the ROM header. You'll still need to provide these yourself to construct a final binary. Generally you'd do this with something like `-Clink-arg=-Tmy_script.ld` and `-Clink-arg=my_crt.o`.
99
1010
use crate::spec::{LinkerFlavor, LldFlavor, Target, TargetOptions, TargetResult};
1111

0 commit comments

Comments
 (0)