summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-05-04 22:33:37 +0200
committerLudovic Courtès <ludo@gnu.org>2019-05-04 23:07:38 +0200
commitae185085a649a7c3472fdaac6f40c2402fe5bd6e (patch)
tree96e88e8a671d949f5b4854fab6862305c417dc48 /doc
parent021deac0e86e9bc6f2669f822a2ed70ad252ba5e (diff)
downloadpatches-ae185085a649a7c3472fdaac6f40c2402fe5bd6e.tar
patches-ae185085a649a7c3472fdaac6f40c2402fe5bd6e.tar.gz
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 8e78ff9800..d464a06763 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -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
and operating system, such as @code{"mips64el-linux-gnu"}
-(@pxref{Configuration Names, GNU configuration triplets,, configure, GNU
-Configure and Build System}).
+(@pxref{Specifying Target Triplets,,, autoconf, Autoconf}).
@end deffn
@cindex package transformations
@@ -8100,7 +8099,7 @@ also be offloaded to a remote machine of the right architecture.
@item --target=@var{triplet}
@cindex cross-compilation
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}).
@anchor{build-check}