git: buildworld: Really support static toolchain.

Rimvydas Jasinskas zrj at crater.dragonflybsd.org
Sat Nov 11 04:34:05 PST 2017


commit 56e55fe11fa401cfb8a04494160680efc148a5f0
Author: zrj <rimvydas.jasinskas at gmail.com>
Date:   Sat Nov 11 12:37:39 2017 +0200

    buildworld: Really support static toolchain.
    
    Not to be used for day-to-day stuff, testing and experimenting feature only.
    This includes the cross-tools and would come very helpful when we will make
    a switch for /libexec/ld-elf.so runtime linker.

Summary of changes:
 gnu/usr.bin/binutils225/block2/ar/Makefile          | 2 ++
 gnu/usr.bin/binutils225/block2/ld/Makefile          | 2 ++
 gnu/usr.bin/binutils225/block2/nm/Makefile          | 2 ++
 gnu/usr.bin/binutils225/block2/ranlib/Makefile      | 2 ++
 gnu/usr.bin/binutils225/block3/gold-linker/Makefile | 2 ++
 gnu/usr.bin/binutils227/block2/ar/Makefile          | 2 ++
 gnu/usr.bin/binutils227/block2/ld/Makefile          | 2 ++
 gnu/usr.bin/binutils227/block2/nm/Makefile          | 2 ++
 gnu/usr.bin/binutils227/block2/ranlib/Makefile      | 2 ++
 gnu/usr.bin/binutils227/block3/gold-linker/Makefile | 2 ++
 gnu/usr.bin/cc47/Makefile                           | 2 ++
 gnu/usr.bin/cc47/cc_prep/Makefile                   | 4 ++++
 gnu/usr.bin/cc50/cc_prep/Makefile                   | 4 ++++
 gnu/usr.bin/cc50/support-libs/Makefile              | 2 ++
 sbin/mount_smbfs/Makefile                           | 2 ++
 usr.bin/ldd/Makefile                                | 2 ++
 16 files changed, 36 insertions(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/56e55fe11fa401cfb8a04494160680efc148a5f0


-- 
DragonFly BSD source repository



More information about the Commits mailing list