gnu: bootstrap: Add support for powerpc-linux.
authorEfraim Flashner <efraim@flashner.co.il>
Sun, 9 Feb 2020 07:15:36 +0000 (09:15 +0200)
committerEfraim Flashner <efraim@flashner.co.il>
Sun, 23 May 2021 19:23:18 +0000 (22:23 +0300)
commitcbdb7d4fea928febc105985c03b8fb5d6eda3d27
treeb054204c835b074a0b62ccf82a2cd2eba3ac058c
parent0de7945dc47612286ef080315a5a78f019b161b6
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.
gnu/packages/bootstrap.scm
guix/packages.scm
m4/guix.m4