summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-02-09 09:15:36 +0200
committerEfraim Flashner <efraim@flashner.co.il>2021-05-23 22:23:18 +0300
commitcbdb7d4fea928febc105985c03b8fb5d6eda3d27 (patch)
treeb054204c835b074a0b62ccf82a2cd2eba3ac058c /m4
parent0de7945dc47612286ef080315a5a78f019b161b6 (diff)
gnu: bootstrap: Add support for powerpc-linux.
On 923bb70a1bff657125c3008f119a477e5cb57c2b gnu:glibc-for-bootstrap: Fix patch. Run ./pre-inst-env guix build --target=powerpc-linux-gnu bootstrap-tarballs Producing /gnu/store/dyj1wvayyp1ihaknkxniz1xamcf4yrhl-bootstrap-tarballs-0 With guix hash -rx /gnu/store/dyj1wvayyp1ihaknkxniz1xamcf4yrhl-bootstrap-tarballs-0 02xx2ydj28pwv3vflqffinpq1icj09gzi9icm8j4bwc4lca9irxn * gnu/packages/bootstrap.scm (%bootstrap-executables): Add entries for powerpc-linux. (%bootstrap-guile-hash, %bootstrap-coreutils&co, %bootstrap-binutils, %bootstrap-glibc, %bootstrap-gcc): Add entry for powerpc-linux. * gnu/packages.scm (%supported-systems): Add powerpc-linux. (%hydra-supported-systems): Remove powerpc-linux. * m4/guix.m4: Add powerpc-linux as a supported system.
Diffstat (limited to 'm4')
-rw-r--r--m4/guix.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/guix.m4 b/m4/guix.m4
index 05d409a6745..e778a560042 100644
--- a/m4/guix.m4
+++ b/m4/guix.m4
@@ -1,7 +1,7 @@
1dnl GNU Guix --- Functional package management for GNU 1dnl GNU Guix --- Functional package management for GNU
2dnl Copyright © 2012, 2013, 2014, 2015, 2016, 2018, 2019, 2020, 2021 Ludovic Courtès <ludo@gnu.org> 2dnl Copyright © 2012, 2013, 2014, 2015, 2016, 2018, 2019, 2020, 2021 Ludovic Courtès <ludo@gnu.org>
3dnl Copyright © 2014 Mark H Weaver <mhw@netris.org> 3dnl Copyright © 2014 Mark H Weaver <mhw@netris.org>
4dnl Copyright © 2017 Efraim Flashner <efraim@flashner.co.il> 4dnl Copyright © 2017, 2020 Efraim Flashner <efraim@flashner.co.il>
5dnl Copyright © 2021 Chris Marusich <cmmarusich@gmail.com> 5dnl Copyright © 2021 Chris Marusich <cmmarusich@gmail.com>
6dnl 6dnl
7dnl This file is part of GNU Guix. 7dnl This file is part of GNU Guix.
@@ -89,7 +89,7 @@ courageous and port the GNU System distribution to it (see
89 # Currently only Linux-based systems are supported, and only on some 89 # Currently only Linux-based systems are supported, and only on some
90 # platforms. 90 # platforms.
91 case "$guix_system" in 91 case "$guix_system" in
92 x86_64-linux|i686-linux|armhf-linux|aarch64-linux|powerpc64le-linux) 92 x86_64-linux|i686-linux|armhf-linux|aarch64-linux|powerpc64le-linux|powerpc-linux)
93 ;; 93 ;;
94 *) 94 *)
95 if test "x$guix_courageous" = "xyes"; then 95 if test "x$guix_courageous" = "xyes"; then