gcc/libstdc++-v3
Jonathan Wakely 217d5beaff libstdc++: Test errno macros directly for all targets [PR 93151]
This applies the same changes to the djgpp and mingw versions of
error_constants.h as r11-6137 did for the generic version.

All of these constants are defined as macros by <errno.h> on these
targets, so we can just test the macro directly instead of checking for
it at configure time.

libstdc++-v3/ChangeLog:

	* config/os/djgpp/error_constants.h: Test POSIX errno macros
	directly, instead of corresponding _GLIBCXX_HAVE_EXXX macros.
	* config/os/mingw32-w64/error_constants.h: Likewise.
	* config/os/mingw32/error_constants.h: Likewise.
2020-12-17 16:19:20 +00:00
..
config libstdc++: Test errno macros directly for all targets [PR 93151] 2020-12-17 16:19:20 +00:00
doc libstdc++: Add C++ runtime support for new 128-bit long double format 2020-12-16 23:25:01 +00:00
include libstdc++: Fix preprocessor condition [PR 98344] 2020-12-17 14:03:00 +00:00
libsupc++ libstdc++: Add C++ runtime support for new 128-bit long double format 2020-12-16 23:25:01 +00:00
po libstdc++: Add C++ runtime support for new 128-bit long double format 2020-12-16 23:25:01 +00:00
python libstdc++: Add C++ runtime support for new 128-bit long double format 2020-12-16 23:25:01 +00:00
scripts
src libstdc++: Fix -Wunused warning 2020-12-17 14:03:00 +00:00
testsuite libstdc++: Fix condition for gthreads-timed effective-target 2020-12-17 16:16:37 +00:00
acinclude.m4 libstdc++: Test errno macros directly, not via autoconf [PR 93151] 2020-12-16 13:36:02 +00:00
aclocal.m4
ChangeLog Daily bump. 2020-12-17 00:16:37 +00:00
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008
ChangeLog-2009
ChangeLog-2010
ChangeLog-2011
ChangeLog-2012
ChangeLog-2013
ChangeLog-2014
ChangeLog-2015
ChangeLog-2016
ChangeLog-2017
ChangeLog-2018
ChangeLog-2019
config.h.in libstdc++: Regenerate autoconf files 2020-12-17 14:02:59 +00:00
configure libstdc++: Regenerate autoconf files 2020-12-17 14:02:59 +00:00
configure.ac libstdc++: Add C++ runtime support for new 128-bit long double format 2020-12-16 23:25:01 +00:00
configure.host Scope libstdc++ configuration for vxworks to all versions 2020-10-22 16:40:57 +00:00
crossconfig.m4 Scope libstdc++ configuration for vxworks to all versions 2020-10-22 16:40:57 +00:00
fragment.am libstdc++: Add C++ runtime support for new 128-bit long double format 2020-12-16 23:25:01 +00:00
linkage.m4
Makefile.am
Makefile.in libstdc++: Add C++ runtime support for new 128-bit long double format 2020-12-16 23:25:01 +00:00
README

file: libstdc++-v3/README

New users may wish to point their web browsers to the file
index.html in the 'doc/html' subdirectory.  It contains brief
building instructions and notes on how to configure the library in
interesting ways.