git: crunchgen(1): Switch to use cc for ld.

Rimvydas Jasinskas zrj at crater.dragonflybsd.org
Tue Oct 25 09:18:24 PDT 2016


commit 87df5a71f3402d31c975dd2445ccbc5a492c88fe
Author: zrj <rimvydas.jasinskas at gmail.com>
Date:   Wed Oct 12 14:01:49 2016 +0300

    crunchgen(1): Switch to use cc for ld.
    
    Using CC is more preferable cause cc has more knowledge how to properly
    invoke linker for given objects. This is needed for LTO compilations.
    
    As a bonus this ensures that all objects are targeting correct arch.

Summary of changes:
 usr.bin/crunch/crunchgen/crunchgen.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/87df5a71f3402d31c975dd2445ccbc5a492c88fe


-- 
DragonFly BSD source repository


More information about the Commits mailing list