doc: Capitalize and tweak cross-compilation-related node names.
* doc/guix.texi (Using cross-compilation): Rename to... (Cross-Compilation): ... this. (Using native builds): Rename to... (Native Builds): ... this. Adjust menus accordingly.
parent
8334e7c36b
commit
c332f1f4fb
|
@ -324,8 +324,8 @@ Invoking @command{guix build}
|
||||||
* Debugging Build Failures:: Real life packaging experience.
|
* Debugging Build Failures:: Real life packaging experience.
|
||||||
|
|
||||||
Foreign Architectures
|
Foreign Architectures
|
||||||
* Using cross-compilation:: Build for foreign architecture using cross-compilation.
|
* Cross-Compilation:: Cross-compiling for another architecture.
|
||||||
* Using native builds:: Build for foreign architectures natively.
|
* Native Builds:: Targeting another architecture through native builds.
|
||||||
|
|
||||||
System Configuration
|
System Configuration
|
||||||
|
|
||||||
|
@ -15238,12 +15238,12 @@ requires emulation, using the QEMU program for instance.
|
||||||
@end enumerate
|
@end enumerate
|
||||||
|
|
||||||
@menu
|
@menu
|
||||||
* Using cross-compilation:: Build for foreign architecture using cross-compilation.
|
* Cross-Compilation:: Cross-compiling for another architecture.
|
||||||
* Using native builds:: Build for foreign architectures natively.
|
* Native Builds:: Targeting another architecture through native builds.
|
||||||
@end menu
|
@end menu
|
||||||
|
|
||||||
@node Using cross-compilation
|
@node Cross-Compilation
|
||||||
@section Using cross-compilation
|
@section Cross-Compilation
|
||||||
|
|
||||||
@cindex foreign architectures
|
@cindex foreign architectures
|
||||||
The commands supporting cross-compilation are proposing the
|
The commands supporting cross-compilation are proposing the
|
||||||
|
@ -15290,8 +15290,8 @@ penaly compared to emulation using QEMU. There are however higher risks
|
||||||
that some packages fail to cross-compile because few users are using
|
that some packages fail to cross-compile because few users are using
|
||||||
this mechanism extensively.
|
this mechanism extensively.
|
||||||
|
|
||||||
@node Using native builds
|
@node Native Builds
|
||||||
@section Using native builds
|
@section Native Builds
|
||||||
|
|
||||||
The commands that support impersonating a specific system have the
|
The commands that support impersonating a specific system have the
|
||||||
@option{--list-systems} and @option{--system} options.
|
@option{--list-systems} and @option{--system} options.
|
||||||
|
|
Reference in New Issue