git: Fix buildworld with NO_GCC41.

Sascha Wildner swildner at crater.dragonflybsd.org
Sun Sep 30 07:37:39 PDT 2012


commit 97cc174386dc0632368d2cb741081a8b896c123f
Author: Sascha Wildner <saw at online.de>
Date:   Sun Sep 30 16:35:39 2012 +0200

    Fix buildworld with NO_GCC41.
    
    The Makefile logic was kinda broken and gmp/mpfr were built only when
    gcc41 was being built (i.e., when NO_GCC41 was not specified).
    
    Instead, just build them in any case.

Summary of changes:
 gnu/usr.bin/Makefile |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/97cc174386dc0632368d2cb741081a8b896c123f


-- 
DragonFly BSD source repository



More information about the Commits mailing list