mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
doc: Remove left-over MIPS.
* doc/guix.texi (Additional Build Options): Substitute aarch64 for MIPS.
This commit is contained in:
parent
337441609c
commit
aeca46ae0f
1 changed files with 2 additions and 2 deletions
|
@ -12474,8 +12474,8 @@ If a log is unavailable locally, and unless @option{--no-substitutes} is
|
||||||
passed, the command looks for a corresponding log on one of the
|
passed, the command looks for a corresponding log on one of the
|
||||||
substitute servers (as specified with @option{--substitute-urls}).
|
substitute servers (as specified with @option{--substitute-urls}).
|
||||||
|
|
||||||
So for instance, imagine you want to see the build log of GDB on MIPS,
|
So for instance, imagine you want to see the build log of GDB on
|
||||||
but you are actually on an @code{x86_64} machine:
|
@code{aarch64}, but you are actually on an @code{x86_64} machine:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
$ guix build --log-file gdb -s aarch64-linux
|
$ guix build --log-file gdb -s aarch64-linux
|
||||||
|
|
Loading…
Reference in a new issue