11 lines
375 B
Diff
11 lines
375 B
Diff
--- gcc-6.1.0/libstdc++-v3/config/os/mingw32-w64/os_defines.h.orig 2016-01-04 14:30:49.999997000 +0000
|
|
+++ gcc-6.1.0/libstdc++-v3/config/os/mingw32-w64/os_defines.h 2016-07-24 20:45:37.352669700 +0100
|
|
@@ -76,6 +76,7 @@
|
|
|
|
#ifdef __x86_64__
|
|
#define _GLIBCXX_LLP64 1
|
|
+#define _GLIBCXX_USE_WEAK_REF 0
|
|
#endif
|
|
|
|
// Enable use of GetModuleHandleEx (requires Windows XP/2003) in
|