git: gcc50 c++: Restore C99 after change to __LONG_LONG_SUPPORTED
John Marino
marino at crater.dragonflybsd.org
Sun Jul 5 08:55:30 PDT 2015
commit 409f496da930d362b0abdd5c0c033b3d78eb52c7
Author: John Marino <draco at marino.st>
Date: Sun Jul 5 17:51:01 2015 +0200
gcc50 c++: Restore C99 after change to __LONG_LONG_SUPPORTED
The recent correction of __LONG_LONG_SUPPORTED had the undesirable
side of effect of breaking the base and dports GCC support for c++.
This patch restores it (comes from FreeBSD config), and will have to
be pushed upstream to GCC. All GCC without it (dports) now has
missing c++ functions (e.g. wcstoll, wcstoull)
Summary of changes:
contrib/gcc-5.0/libstdc++-v3/config/os/bsd/dragonfly/os_defines.h | 5 +++++
1 file changed, 5 insertions(+)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/409f496da930d362b0abdd5c0c033b3d78eb52c7
--
DragonFly BSD source repository
More information about the Commits
mailing list