guix-commits
[Top][All Lists]
Advanced

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

GNU Guixguix source archive branch, loongson-core-updates, created. v0.4


From: Mark H. Weaver
Subject: GNU Guixguix source archive branch, loongson-core-updates, created. v0.4-197-g67d0586
Date: Sun, 03 Nov 2013 23:52:46 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "guix source archive".

The branch, loongson-core-updates has been created
        at  67d05861c0253f07b355eaaf402abb0f41b49f11 (commit)

- Log -----------------------------------------------------------------
commit 67d05861c0253f07b355eaaf402abb0f41b49f11
Author: Mark H Weaver <address@hidden>
Date:   Sun Nov 3 16:40:01 2013 -0500

    Add mips64el-linux to the list of supported systems.
    
    * m4/guix.m4 (GUIX_ASSERT_SUPPORTED_SYSTEM): Add mips64el-linux to the list 
of
      supported systems.

commit 28733f90d91dd1302c98694567223b0b7d1266d6
Author: Mark H Weaver <address@hidden>
Date:   Thu Oct 17 15:47:56 2013 -0400

    Add bootstrap support for mips64el-linux using the MIPS N32 ABI.
    
    * .gitignore: Add entry for bootstrap/mips64el-linux/guile-2.0.9.tar.xz.
    
    * gnu-system.am (bootstrap_mips64el_linuxdir,
      dist_bootstrap_mips64el_linux_DATA, nodist_bootstrap_mips64el_linux_DATA):
      New variables.
      (DISTCLEANFILES): Add $(nodist_bootstrap_mips64el_linux_DATA).
      (gnu/packages/bootstrap/mips64el-linux/guile-2.0.9.tar.xz): New target.
    
    * build-aux/download.scm (file-name->uri): Adapt to the newer mips64el-linux
      bootstrap tarballs.
    
    * gnu/packages/bootstrap.scm (%bootstrap-guile, %bootstrap-coreutils&co,
      %bootstrap-binutils, %bootstrap-glibc, %bootstrap-gcc): Adapt to the newer
      mips64el-linux bootstrap tarballs.
    
    * gnu/packages/bootstrap/mips64el-linux/bash:
    * gnu/packages/bootstrap/mips64el-linux/mkdir:
    * gnu/packages/bootstrap/mips64el-linux/tar:
    * gnu/packages/bootstrap/mips64el-linux/xz: New files.

commit f51a5396e0636b61737a4170f74c188e06c1bca2
Author: Mark H Weaver <address@hidden>
Date:   Sat Nov 2 18:12:36 2013 -0400

    gnu: liboop: fix deplibs check method for mips64.
    
    * gnu/packages/patches/liboop-mips64-deplibs-fix.patch: New file.
    * gnu/packages/lsh.scm (liboop): Add patch.
    * gnu-system.am (dist_patch_DATA): Add patch.

commit 9619108b0c665b620827a6a9d8c7bc6f307bb5a6
Author: Mark H Weaver <address@hidden>
Date:   Sat Nov 2 18:04:45 2013 -0400

    gnu: gd: fix deplibs check method for mips64.
    
    * gnu/packages/patches/gd-mips64-deplibs-fix.patch: New file.
    * gnu/packages/gd.scm (gd): Add patch.
    * gnu-system.am (dist_patch_DATA): Add patch.

commit f284fb27d69d28d1cadfb0e6932e726dc6e1d9ea
Author: Mark H Weaver <address@hidden>
Date:   Fri Nov 1 00:15:16 2013 -0400

    gnu: libmad: Fix MIPS assembler code to work with new GCC.
    
    * gnu/packages/patches/libmad-mips-newgcc.patch: New file.
    * gnu/packages/mp3.scm (libmad): Add patch.
    * gnu-system.am (dist_patch_DATA): Add patch.

commit 01dcf4e63264b59b97e4b4a7e7ab042ca42103f4
Author: Mark H Weaver <address@hidden>
Date:   Thu Oct 31 23:59:00 2013 -0400

    gnu: libtheora: patch ancient config.guess to support mips64.
    
    * gnu/packages/patches/libtheora-config-guess.patch: New file.
    * gnu/packages/oggvorbis.scm (libtheora): Add patch.
    * gnu-system.am (dist_patch_DATA): Add patch.

commit 463115c1286f8346d7c6173854d417d059be12bf
Author: Mark H Weaver <address@hidden>
Date:   Sun Nov 3 18:28:03 2013 -0500

    gnu: alsa-lib: fix atomic op declarations for MIPS.
    
    * gnu/packages/patches/alsa-lib-mips-atomic-fix.patch: New file.
    * gnu/packages/linux.scm (alsa-lib): Add patch.
    * gnu-system.am (dist_patch_DATA): Add patch.

commit 30d01feab6830cdf1dcc404c8a34349aa5ce9ab7
Author: Mark H Weaver <address@hidden>
Date:   Sun Nov 3 18:25:27 2013 -0500

    gnu: gdb: patch-makefile-SHELL for all Makefile.in files.
    
    * gnu/packages/gdb.scm (gdb): patch-makefile-SHELL for all Makefile.in files
      after configure.

commit 19b8b1074259225d937e48f431c636e9849e6f0e
Author: Mark H Weaver <address@hidden>
Date:   Sun Nov 3 18:23:38 2013 -0500

    gnu: gdb: Fix opcode table for Loongson fused multiply-add.
    
    * gnu/packages/patches/gdb-loongson-madd-fix.patch: New file.
    * gnu/packages/gdb.scm (gdb): Add patch.
    * gnu-system.am (dist_patch_DATA): Add patch.

commit 0a326bbbf9c64142dda4002b89e1a66693c5e913
Author: Mark H Weaver <address@hidden>
Date:   Sun Nov 3 18:20:00 2013 -0500

    gnu: libffi: fix handling of uint32_t arguments on MIPS N32.
    
    * gnu/packages/patches/libffi-mips-n32-fix.patch: New file.
    * gnu/packages/libffi.scm (libffi): Add patch.
    * gnu-system.am (dist_patch_DATA): Add patch.

commit bcca48c288466b5e757347127509841b7e386143
Author: Mark H Weaver <address@hidden>
Date:   Sun Nov 3 18:15:00 2013 -0500

    gnu: libtool: skip a test that fails on MIPS N32.
    
    * gnu/packages/patches/libtool-skip-tests-for-mips.patch: New file.
    * gnu/packages/autotools.scm (libtool): Add patch.
    * gnu-system.am (dist_patch_DATA): Add patch.

commit 6b226d4a58ea339cba9909fca70ef18da340241b
Author: Mark H Weaver <address@hidden>
Date:   Sun Nov 3 18:08:33 2013 -0500

    gnu: binutils: apply fixes and workarounds for Loongson 2F CPUs.
    
    * gnu/packages/patches/binutils-loongson-madd-fix.patch: New file.
    * gnu/packages/patches/binutils-loongson-workaround.patch: New file.
    * gnu/packages/base.scm (binutils): Add patches.
    * gnu-system.am (dist_patch_DATA): Add patches.

-----------------------------------------------------------------------


hooks/post-receive
-- 
guix source archive



reply via email to

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