History log of /dflybsd-src/gnu/lib/gcc47/libstdc++/config.h (Results 1 – 4 of 4)
Revision Date Author Comments
# c907b81a 08-Aug-2021 Sascha Wildner <saw@online.de>

<errno.h>: Add ENOTRECOVERABLE and EOWNERDEAD.

These errno constants are really for robust mutexes which we do not
support. However, llvm seems to be abusing ENOTRECOVERABLE for other
purposes, so j

<errno.h>: Add ENOTRECOVERABLE and EOWNERDEAD.

These errno constants are really for robust mutexes which we do not
support. However, llvm seems to be abusing ENOTRECOVERABLE for other
purposes, so just add them both.

Reported-by: tuxillo

show more ...


# 692addf2 30-Nov-2014 John Marino <draco@marino.st>

gcc47 libstdc++: Enable c++11 support

The c++0x/11x standard of the base compiler has been crippled due to
the lack of C99 support in DragonFly, but the recently libm improvements
have enabled c++11

gcc47 libstdc++: Enable c++11 support

The c++0x/11x standard of the base compiler has been crippled due to
the lack of C99 support in DragonFly, but the recently libm improvements
have enabled c++11 standard support.

show more ...


# ef6d73ea 30-Sep-2013 John Marino <draco@marino.st>

Set ICONV_CONST to "const" for various GNU software

The prototype of iconv changed to match FreeBSD and NetBSD with the
recent locales update.


# b450dd39 29-Sep-2012 John Marino <draco@marino.st>

gcc47: Add DragonFly READMEs and world makefiles