mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-06 11:40:50 +08:00
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
This commit is contained in:
parent
3f93466af4
commit
7e10bcfa3c
@ -1,3 +1,8 @@
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user