git: <tgmath.h>: Use the base version over GCC's version of this header.

Sascha Wildner swildner at crater.dragonflybsd.org
Wed Oct 14 16:09:02 PDT 2015


commit 8d8a02718e57ca8a26dee3c42e0f7a4329a87c7d
Author: Sascha Wildner <saw at online.de>
Date:   Wed Oct 14 23:01:15 2015 +0200

    <tgmath.h>: Use the base version over GCC's version of this header.
    
    Not sure how it crept into gcc50 again, since we did this exact same
    commit already for gcc47 and gcc44 before that.
    
    Generally, we want standard headers to be under our control (the next
    commit is a nice example why) and not under the compiler's. C11's
    <stdatomic.h> header is still on the TODO list for that.

Summary of changes:
 Makefile_upgrade.inc          | 1 +
 gnu/lib/gcc50/libgcc/Makefile | 3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8d8a02718e57ca8a26dee3c42e0f7a4329a87c7d


-- 
DragonFly BSD source repository



More information about the Commits mailing list