guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: doc: Remove instances of powerpc-linux being a supported Guix arc


From: guix-commits
Subject: 01/01: doc: Remove instances of powerpc-linux being a supported Guix architecture.
Date: Sun, 24 Mar 2019 13:42:51 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit b28e4e3c0d37c397a8e8060c5764dce5871567f5
Author: Efraim Flashner <address@hidden>
Date:   Sun Mar 24 19:36:30 2019 +0200

    doc: Remove instances of powerpc-linux being a supported Guix architecture.
    
    * doc/contributing.texi (Submitting Patches): Remove powerpc-linux
    examples.
    * doc/guix.texi (Virtualization Services): Replace powerpc-linux example
    with mips64el-linux.
---
 doc/contributing.texi | 7 +++----
 doc/guix.texi         | 2 +-
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/doc/contributing.texi b/doc/contributing.texi
index 9459c48..5331d3e 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -827,7 +827,7 @@ your @code{operating-system} configuration:
 @example
 (service qemu-binfmt-service-type
  (qemu-binfmt-configuration
-   (platforms (lookup-qemu-platforms "arm" "aarch64" "ppc" "mips64el"))
+   (platforms (lookup-qemu-platforms "arm" "aarch64" "mips64el"))
    (guix-support? #t)))
 @end example
 
@@ -835,12 +835,11 @@ Then reconfigure your system.
 
 You can then build packages for different platforms by specifying the
 @code{--system} option.  For example, to build the "hello" package for
-the armhf, aarch64, powerpc, or mips64 architectures, you would run the
-following commands, respectively:
+the armhf, aarch64, or mips64 architectures, you would run the following
+commands, respectively:
 @example
 guix build --system=armhf-linux --rounds=2 hello
 guix build --system=aarch64-linux --rounds=2 hello
-guix build --system=powerpc-linux --rounds=2 hello
 guix build --system=mips64el-linux --rounds=2 hello
 @end example
 
diff --git a/doc/guix.texi b/doc/guix.texi
index 6e8ce3c..a58ca4b 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -21629,7 +21629,7 @@ emulated:
 @example
 (service qemu-binfmt-service-type
          (qemu-binfmt-configuration
-           (platforms (lookup-qemu-platforms "arm" "aarch64" "ppc"))))
+           (platforms (lookup-qemu-platforms "arm" "aarch64" "mips64el"))))
 @end example
 
 In this example, we enable transparent emulation for the ARM and aarch64



reply via email to

[Prev in Thread] Current Thread [Next in Thread]