[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-updates updated (c9a4655 -> 24aaf2f)
From: |
Mark H. Weaver |
Subject: |
branch core-updates updated (c9a4655 -> 24aaf2f) |
Date: |
Wed, 07 Jan 2015 17:33:57 +0000 |
mhw pushed a change to branch core-updates
in repository guix.
from c9a4655 gnu: tcl: Pass --mandir to configure.
new 2959dbe gnu: bootstrap: Add support for snippets to
'package-from-tarball'.
new 84cbe39 gnu: bootstrap: Fix egrep and fgrep after unpacking
bootstrap binaries.
new 270b501 gnu: gcc-static: Remove -lgcc_s from
GNU_USER_TARGET_LIB_SPEC.
new 8eb8048 Move 'nix-system->gnu-triplet' to (guix utils) and export
it.
new 76e639a gnu: gcc: Use 'gcc-configure-flags-for-triplet' for
native compilers too.
new 24aaf2f gnu: gmp: Apply fixes for armhf.
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gnu-system.am | 1 +
gnu/packages/bootstrap.scm | 20 ++++++++++++++++----
gnu/packages/commencement.scm | 15 +--------------
gnu/packages/cross-base.scm | 1 -
gnu/packages/gcc.scm | 18 ++++++++++++------
gnu/packages/make-bootstrap.scm | 14 +++++++++++++-
gnu/packages/multiprecision.scm | 15 +++++++++++++--
gnu/packages/patches/gmp-arm-asm-nothumb.patch | 21 +++++++++++++++++++++
guix/utils.scm | 14 ++++++++++++++
9 files changed, 91 insertions(+), 28 deletions(-)
create mode 100644 gnu/packages/patches/gmp-arm-asm-nothumb.patch
- branch core-updates updated (c9a4655 -> 24aaf2f),
Mark H. Weaver <=
- 03/06: gnu: gcc-static: Remove -lgcc_s from GNU_USER_TARGET_LIB_SPEC., Mark H. Weaver, 2015/01/07
- 02/06: gnu: bootstrap: Fix egrep and fgrep after unpacking bootstrap binaries., Mark H. Weaver, 2015/01/07
- 04/06: Move 'nix-system->gnu-triplet' to (guix utils) and export it., Mark H. Weaver, 2015/01/07
- 01/06: gnu: bootstrap: Add support for snippets to 'package-from-tarball'., Mark H. Weaver, 2015/01/07
- 05/06: gnu: gcc: Use 'gcc-configure-flags-for-triplet' for native compilers too., Mark H. Weaver, 2015/01/07
- 06/06: gnu: gmp: Apply fixes for armhf., Mark H. Weaver, 2015/01/07