diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-03-24 19:36:30 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-03-24 19:42:24 +0200 |
commit | b28e4e3c0d37c397a8e8060c5764dce5871567f5 (patch) | |
tree | 1970fa6a45234708f4fe2b9e9f10aeb6bd8c1d57 /doc/guix.texi | |
parent | d9f7b116da0f8ea06f299b112b8f3612a5206756 (diff) | |
download | guix-b28e4e3c0d37c397a8e8060c5764dce5871567f5.tar guix-b28e4e3c0d37c397a8e8060c5764dce5871567f5.tar.gz |
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.
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 6e8ce3c084..a58ca4b4a7 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 |