Commit 7e10bcfa by Torvald Riegel Committed by Torvald Riegel

libstdc++: Darwin does not support weak refs without definition.

        PR libstdc++/69310
        * config/os/bsd/darwin/os_defines.h (_GLIBCXX_USE_WEAK_REF): Define.

From-SVN: r232628
parent 3f93466a
2016-01-20 Torvald Riegel <triegel@redhat.com>
PR libstdc++/69310
* config/os/bsd/darwin/os_defines.h (_GLIBCXX_USE_WEAK_REF): Define.
2016-01-20 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/60401
......
......@@ -47,4 +47,7 @@
#define _GLIBCXX_USE_NANOSLEEP 1
#define _GLIBCXX_USE_SCHED_YIELD 1
// No support for referencing weak symbols without a definition.
#define _GLIBCXX_USE_WEAK_REF 0
#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