git: vendor/GCC80 vendor/GCC80: Add back math.h/stdlib.h for libstdc++-v3

Aaron LI aly at crater.dragonflybsd.org
Tue Mar 31 04:46:48 PDT 2026


commit 58e84d966e002818276bb81fb696b5553ed02c07
Author: Aaron LI <aly at aaronly.me>
Date:   Tue Mar 31 19:41:28 2026 +0800

    vendor/GCC80: Add back math.h/stdlib.h for libstdc++-v3
    
    The two headers were the additional headers installed by GCC 8.x over
    GCC 5.x, so add them back.

Summary of changes:
 .../libstdc++-v3/include/c_compatibility/math.h    | 181 +++++++++++++++++++++
 .../include/c_compatibility/{tgmath.h => stdlib.h} |  62 ++++++-
 2 files changed, 234 insertions(+), 9 deletions(-)
 create mode 100644 contrib/gcc-8.0/libstdc++-v3/include/c_compatibility/math.h
 copy contrib/gcc-8.0/libstdc++-v3/include/c_compatibility/{tgmath.h => stdlib.h} (50%)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/58e84d966e002818276bb81fb696b5553ed02c07


-- 
DragonFly BSD source repository


More information about the Commits mailing list