diff options
Diffstat (limited to 'tool')
-rw-r--r-- | tool/patches/llvmgcc.diff | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tool/patches/llvmgcc.diff b/tool/patches/llvmgcc.diff index ba25ae357..a1f96983b 100644 --- a/tool/patches/llvmgcc.diff +++ b/tool/patches/llvmgcc.diff @@ -1,3 +1,16 @@ +Index: libstdc++-v3/include/bits/c++config +=================================================================== +--- libstdc++-v3/include/bits/c++config (revision 47984) ++++ libstdc++-v3/include/bits/c++config (working copy) +@@ -172,7 +172,7 @@ + // are already explicitly instantiated in the library binary. This + // substantially reduces the binary size of resulting executables. + #ifndef _GLIBCXX_EXTERN_TEMPLATE +-# define _GLIBCXX_EXTERN_TEMPLATE 1 ++# define _GLIBCXX_EXTERN_TEMPLATE 0 + #endif + + Index: configure =================================================================== --- configure (revision 47984) |