pkgs/stdenv/linux: add powerpc64 bootstrap files#177001
pkgs/stdenv/linux: add powerpc64 bootstrap files#177001minijackson wants to merge 1 commit intoNixOS:masterfrom
Conversation
|
Until these are uploaded to tarballs.nixos.org, please use working URLs for ease of testing/verification. Then once we get someone to do the upload, we can change the URLs to point to tarballs.nixos.org and verify that the hashes are the same before merging. |
135f471 to
b031e37
Compare
|
so after 12h of compilation, Nix started to compile the "real" gcc, but it failed with this output, apparently because the C preprocessor isn't there/detected? But it succeeded in compiling bison, gettext, perl, and other things, so it could be a bug elsewhere, but I'm not sure where. On another note, would it be possible to replace the value of |
|
Closing as I no longer have a use for it, if someone is interested, feel free to re-open or tag me on another PR. |
Description of changes
Adds powerpc64 bootstrap files to linux' stdenv, so that nixpkgs is usable from a powerpc64 machine, or using
emulatedSystems = [ "powerpc64-linux" ];.I'm not sure I got the hashes right the first time, so they might need to be updated the tarballs are uploaded. I'm not sure how to test it while we are missing the uploads.
Things done