doc: Adjust cross-references for GNU triplets.
* doc/guix.texi (Defining Packages): Reference to 'autoconf' instead of obsolete 'configure' manual for triplets. (Additional Build Options): Adjust 'autoconf' node name.
This commit is contained in:
parent
021deac0e8
commit
ae185085a6
|
@ -5242,8 +5242,7 @@ Return the @code{<derivation>} object of @var{package} cross-built from
|
||||||
|
|
||||||
@var{target} must be a valid GNU triplet denoting the target hardware
|
@var{target} must be a valid GNU triplet denoting the target hardware
|
||||||
and operating system, such as @code{"mips64el-linux-gnu"}
|
and operating system, such as @code{"mips64el-linux-gnu"}
|
||||||
(@pxref{Configuration Names, GNU configuration triplets,, configure, GNU
|
(@pxref{Specifying Target Triplets,,, autoconf, Autoconf}).
|
||||||
Configure and Build System}).
|
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@cindex package transformations
|
@cindex package transformations
|
||||||
|
@ -8100,7 +8099,7 @@ also be offloaded to a remote machine of the right architecture.
|
||||||
@item --target=@var{triplet}
|
@item --target=@var{triplet}
|
||||||
@cindex cross-compilation
|
@cindex cross-compilation
|
||||||
Cross-build for @var{triplet}, which must be a valid GNU triplet, such
|
Cross-build for @var{triplet}, which must be a valid GNU triplet, such
|
||||||
as @code{"mips64el-linux-gnu"} (@pxref{Specifying target triplets, GNU
|
as @code{"mips64el-linux-gnu"} (@pxref{Specifying Target Triplets, GNU
|
||||||
configuration triplets,, autoconf, Autoconf}).
|
configuration triplets,, autoconf, Autoconf}).
|
||||||
|
|
||||||
@anchor{build-check}
|
@anchor{build-check}
|
||||||
|
|
Loading…
Reference in New Issue