guix-commits
[Top][All Lists]
Advanced

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

branch master updated (dc68018 -> 65c46e7)


From: guix-commits
Subject: branch master updated (dc68018 -> 65c46e7)
Date: Wed, 24 Mar 2021 02:25:08 -0400 (EDT)

marusich pushed a change to branch master
in repository guix.

    from dc68018  gnu: Add cbonsai.
     new 8a1118a  gnu: bootstrap: Add support for powerpc64le-linux.
     new fc7cf0c  utils: Add target-powerpc? procedure.
     new cac88b2  gnu: gcc-4.7: On powerpc64le, fix /lib64 references.
     new 6e98e9c  gnu: glibc: Fix ldd path on powerpc*.
     new b2135b5  gnu: gcc-boot0: Enable 128-bit long double for POWER9.
     new 060478c  gnu: binutils-final: Provide bash for binary on powerpc-linux.
     new be4b1cf  gnu: binutils-final: Support more Power architectures.
     new 4cc2d2a  gnu: bdb-4.8: Fix configure on powerpc64le-linux.
     new 69b3907  gnu: guile-avahi: Fix compilation on powerpc64le-linux.
     new e9938dc  gnu: texlive-bin: Fix compilation on powerpc64le*.
     new 1a0f401  gnu: texlive-latex-base: Fix compilation on powerpc64le*.
     new b50f426  gnu: libelf: Fix compilation for powerpc64le-linux.
     new a16eb6c  Add powerpc64le-linux as a supported Guix architecture.
     new b57de27  syscalls: Fix clone on powerpc64le-linux.
     new c29bfbf  syscalls: Fix RNDADDTOENTCNT on powerpc64le-linux.
     new 8d9aece  ci: %cross-targets: Add powerpc64le-linux-gnu.
     new 93f21e1  utils: Fix target-64bit? on powerpc64le-linux.
     new 65c46e7  gnu: sed: Make it build on SELinux-enabled kernels.

The 18 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile.am                                  |  4 ++-
 etc/guix-install.sh                          |  4 +++
 gnu/ci.scm                                   |  1 +
 gnu/local.mk                                 |  1 +
 gnu/packages/base.scm                        | 32 ++++++++++++++++++++++-
 gnu/packages/bootstrap.scm                   | 39 +++++++++++++++++++++++++++-
 gnu/packages/commencement.scm                | 28 +++++++++++++++++---
 gnu/packages/dbm.scm                         |  6 +++++
 gnu/packages/elf.scm                         |  5 ++++
 gnu/packages/gcc.scm                         | 38 ++++++++++++++++++++++-----
 gnu/packages/guile-xyz.scm                   |  4 +++
 gnu/packages/patches/glibc-ldd-powerpc.patch | 10 +++++++
 gnu/packages/tex.scm                         | 26 ++++++++++++++-----
 guix/build/syscalls.scm                      |  8 +++++-
 guix/packages.scm                            |  4 ++-
 guix/utils.scm                               |  8 +++++-
 m4/guix.m4                                   |  3 ++-
 tests/guix-build.sh                          |  6 +++--
 18 files changed, 201 insertions(+), 26 deletions(-)
 create mode 100644 gnu/packages/patches/glibc-ldd-powerpc.patch



reply via email to

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