#
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 ...
|
#
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 ...
|