~ruther/guix-local

9410a5aa — Ludovic Courtès 9 years ago
hydra: Add "powerpc-linux-gnu" as a cross-compilation target.

* build-aux/hydra/gnu-system.scm (%cross-targets): Add
"powerpc-linux-gnu".
4a6f099e — Carlos Sánchez de La Lama 9 years ago
gnu: bootstrap: Add the dynamic linker name for "powerpc-linux".

This commit completes cross-compilation support for powerpc-linux-gnu.

* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add "powerpc-linux"
case.
440a3143 — Carlos Sánchez de La Lama 9 years ago
gnu: linux-libre: Adjust for PowerPC.

* gnu/packages/linux.scm (system->defconfig): New procedure.
(linux-libre-headers)[arguments]: Use it in 'build' phase to determine
the target name.
* gnu/packages/cross-base.scm (cross-kernel-headers)[xlinux-headers]
(arguments): Likewise.
fc649d0a — Carlos Sánchez de La Lama 9 years ago
gnu: gcc: Adjust for PowerPC.

* gnu/packages/gcc.scm (gcc-4.7)[arguments]: Add powerpc specific
substitutions for dynamic linker and start files locations in
'pre-configure' phase.
* gnu/packages/make-bootstrap.scm (%gcc-static)[arguments]: Add
"gcc/config/rs6000/sysv4.h" to the list of files in 'remove-lgcc_s'
phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
0c1b29db — Marius Bakke 9 years ago
gnu: m4: Update to 1.4.18.

* gnu/packages/m4.scm (m4): Update to 1.4.18.
[source]: Use xz compressed tarball.
20be64dc — Alex Vong 9 years ago
gnu: tar: Fix CVE-2016-6321.

* gnu/packages/patches/tar-CVE-2016-6321.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/base.scm (tar)[source]: Use it.

Signed-off-by: Leo Famulari <leo@famulari.name>
89ccb1d8 — Andreas Enge 9 years ago
gnu: gmp: Update to 6.1.2.

* gnu/packages/multiprecision.scm (gmp): Update to 6.1.2.
3221d1a3 — Leo Famulari 9 years ago
gnu: icu4c: Update to 58.2.

* gnu/packages/icu4c.scm (icu4c): Update to 58.2.
c09dd486 — Tobias Geerinckx-Rice 9 years ago
gnu: util-linux: Update to 2.28.2.

* gnu/packages/linux.scm (util-linux): Update to 2.28.2.
5d97f4c7 — Leo Famulari 9 years ago
gnu: libssh2: Update to 1.8.0.

* gnu/packages/ssh.scm (libssh2): Update to 1.8.0.
e02f1473 — Leo Famulari 9 years ago
gnu: libgcrypt: Update to 1.7.5.

* gnu/packages/gnupg.scm (libgcrypt): Update to 1.7.5.
68ea090b — Tobias Geerinckx-Rice 9 years ago
gnu: libcap: Update to 2.25.

* gnu/packages/linux.scm (libcap): Update to 2.25.
8471a8d1 — Tobias Geerinckx-Rice 9 years ago
gnu: xkeyboard-config: Update to 2.19.

* gnu/packages/xorg.scm (xkeyboard-config): Update to 2.19.
673c0390 — Marius Bakke 9 years ago
gnu: xproto: Update to 7.0.31.

* gnu/packages/xorg.scm (xproto): Update to 7.0.31.
c82fd97e — Tobias Geerinckx-Rice 9 years ago
gnu: libgcrypt: Update to 1.7.4.

* gnu/packages/gnupg.scm (libgcrypt): Update to 1.7.4.
20f7a750 — Tobias Geerinckx-Rice 9 years ago
gnu: gnutls: Update to 3.5.7.

* gnu/packages/tls.scm (gnutls): Update to 3.5.7.
b810a850 — Ludovic Courtès 9 years ago
gnu: Default to GCC 5.

This reinstates and adjusts
commit e3d0fcbf7e55e8cbe8d0a1c5a24d73f341d7243b.

* gnu/packages/patches/gcc-libiberty-printf-decl.patch: New file.
* gnu/packages/gcc.scm (gcc-5)[source]: Use it.
[patches]: Add "gcc-arm-bug-71399.patch".
(gcc): Switch to GCC-5.
* gnu/packages/commencement.scm (libstdc++-boot0): New variable.
(gcc-boot0)[inputs]: Add it.
(gcc-toolchain-4.9): Switch to GCC-4.9.
(gcc-toolchain-5): Switch to GCC-FINAL.
* gnu/local.mk (dist_patch_DATA): Add 'gcc-libiberty-printf-decl.patch'.
1d0ceb47 — Marius Bakke 9 years ago
gnu: sqlite: Update to 3.15.2.

* gnu/packages/databases.scm (sqlite): Update to 3.15.2.
92cc9cf1 — Ludovic Courtès 9 years ago
gnu: guile: Update to 2.0.13.

* gnu/packages/guile.scm (guile-2.0): Update to 2.0.13.
[source](patches): New field.
[replacement]: Remove.
(guile-2.0.13): Remove.
78636f0b — Efraim Flashner 9 years ago
gnu: grep: Update to 2.27.

* gnu/packages/base.scm (grep): Update to 2.27.
Next