Commit f597d5f7 by Jonathan Wakely Committed by Jonathan Wakely

Fix Cygwin bootstrap error due to TM symbols

	PR libstdc++/69506
	* config/os/newlib/os_defines.h (_GLIBCXX_USE_WEAK_REF): Define.

From-SVN: r232974
parent 6eb422f0
2016-01-29 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/69506
* config/os/newlib/os_defines.h (_GLIBCXX_USE_WEAK_REF): Define.
2016-01-28 John David Anglin <danglin@gcc.gnu.org> 2016-01-28 John David Anglin <danglin@gcc.gnu.org>
PR libstdc++/69450 PR libstdc++/69450
......
...@@ -53,6 +53,9 @@ ...@@ -53,6 +53,9 @@
// their dtors are called // their dtors are called
#define _GLIBCXX_THREAD_ATEXIT_WIN32 1 #define _GLIBCXX_THREAD_ATEXIT_WIN32 1
// See libstdc++/69506
#define _GLIBCXX_USE_WEAK_REF 0
#endif #endif
#endif #endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment