git: binutils225: Honor global CFLAGS.

Rimvydas Jasinskas zrj at crater.dragonflybsd.org
Tue Oct 18 07:05:08 PDT 2016


commit daf64da7745221b65833c0e40431c164f8f9f2b7
Author: zrj <rimvydas.jasinskas at gmail.com>
Date:   Tue Oct 18 16:07:16 2016 +0300

    binutils225: Honor global CFLAGS.
    
    Make CFLAGS partially overridable so to preserve global CFLAGS.
    block2/ld has its own config.h but still requires bfd.h.
    Ensure that private config.h takes precedence over general bulibs one.
    
    While testing noticed that block2/gas ignores its config.h, so fix that too.
    block2/libgold is fine, since it uses block3/Makefile.gld.

Summary of changes:
 gnu/usr.bin/binutils225/block2/Makefile.block2 | 7 +++++--
 gnu/usr.bin/binutils225/block2/gas/Makefile    | 7 ++++++-
 gnu/usr.bin/binutils225/block2/ld/Makefile     | 8 +++++---
 3 files changed, 16 insertions(+), 6 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/daf64da7745221b65833c0e40431c164f8f9f2b7


-- 
DragonFly BSD source repository


More information about the Commits mailing list