History log of /minix3/external/gpl3/binutils/patches/0000-binutils_nbsd.patch (Results 1 – 4 of 4)
Revision Date Author Comments
# 0a6a1f1d 15-Oct-2015 Lionel Sambuc <lionel.sambuc@gmail.com>

NetBSD re-synchronization of the source tree

This brings our tree to NetBSD 7.0, as found on -current on the
10-10-2015.

This updates:
- LLVM to 3.6.1
- GCC to GCC 5.1
- Replace minix/commands/z

NetBSD re-synchronization of the source tree

This brings our tree to NetBSD 7.0, as found on -current on the
10-10-2015.

This updates:
- LLVM to 3.6.1
- GCC to GCC 5.1
- Replace minix/commands/zdump with usr.bin/zdump
- external/bsd/libelf has moved to /external/bsd/elftoolchain/
- Import ctwm
- Drop sprintf from libminc

Change-Id: I149836ac18e9326be9353958bab9b266efb056f0

show more ...


# c9ea9e7a 17-Feb-2014 Lionel Sambuc <lionel@minix3.org>

Binutils: Synchronization & Gold activation

Change-Id: I5235984746178ee30b5db18e7def0016d9a0e36f


# 4af66e56 08-Apr-2013 Lionel Sambuc <lionel.sambuc@gmail.com>

Upgrading to binutils-2.22

* Added --with-ld=default
* Added --with-lto
* Fixed ld script for ARM
* Options are prepared for future activation of gold.

Change-Id: Id9618904055e18d1b37f5e9585f77

Upgrading to binutils-2.22

* Added --with-ld=default
* Added --with-lto
* Fixed ld script for ARM
* Options are prepared for future activation of gold.

Change-Id: Id9618904055e18d1b37f5e9585f775c367ff356e

show more ...


# b8a678ef 01-Nov-2012 Lionel Sambuc <root@10.0.2.15>

Cross compile on minix support

* Remade patch so it works with minix patch tool.

* New MINIX tar support -ox, so revert back to it

In fetch scripts, tar had been replaced by bsdtar as the pre

Cross compile on minix support

* Remade patch so it works with minix patch tool.

* New MINIX tar support -ox, so revert back to it

In fetch scripts, tar had been replaced by bsdtar as the prebvious
tar did not support the -o flag under minix, which is required to
prevent usage of tar file stored user and group information.

This introduces portability problems. As our new tar tool now
support that flag revert back to improve portability.

show more ...