From: Andoni Morales Alastruey Date: Wed, 8 May 2013 19:08:32 +0000 (+0000) Subject: re PR libstdc++/57212 (Don't use pe-coff weak support with mingw) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ea31132e782010c8cb175e137276f0a1ae3b40e0;p=gcc.git re PR libstdc++/57212 (Don't use pe-coff weak support with mingw) 2013-05-08 Andoni Morales Alastruey PR libstdc++/57212 * include/Makefile.am (_GLIBCXX___MINGW32_GLIBCXX___): Modify to __MINGW32__. * include/Makefile.in: Regenerated. From-SVN: r198720 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index e6d873436be..31019bf90be 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,10 @@ +2013-05-08 Andoni Morales Alastruey + + PR libstdc++/57212 + * include/Makefile.am (_GLIBCXX___MINGW32_GLIBCXX___): Modify + to __MINGW32__. + * include/Makefile.in: Regenerated. + 2013-05-07 François Dumont * include/profile/unordered_base.h: New. diff --git a/libstdc++-v3/include/Makefile.am b/libstdc++-v3/include/Makefile.am index 11cb4dffec9..cbf4f1a549d 100644 --- a/libstdc++-v3/include/Makefile.am +++ b/libstdc++-v3/include/Makefile.am @@ -1133,6 +1133,7 @@ ${host_builddir}/gthr.h: ${toplevel_srcdir}/libgcc/gthr.h stamp-${host_alias} sed -e '/^#pragma/b' \ -e '/^#/s/\(${uppercase}${uppercase}*\)/_GLIBCXX_\1/g' \ -e 's/_GLIBCXX_SUPPORTS_WEAK/__GXX_WEAK__/g' \ + -e 's/_GLIBCXX___MINGW32_GLIBCXX___/__MINGW32__/g' \ -e 's,^#include "\(.*\)",#include ,g' \ < $< > $@ diff --git a/libstdc++-v3/include/Makefile.in b/libstdc++-v3/include/Makefile.in index b69f7575665..b34e174603b 100644 --- a/libstdc++-v3/include/Makefile.in +++ b/libstdc++-v3/include/Makefile.in @@ -1534,6 +1534,7 @@ ${host_builddir}/gthr.h: ${toplevel_srcdir}/libgcc/gthr.h stamp-${host_alias} sed -e '/^#pragma/b' \ -e '/^#/s/\(${uppercase}${uppercase}*\)/_GLIBCXX_\1/g' \ -e 's/_GLIBCXX_SUPPORTS_WEAK/__GXX_WEAK__/g' \ + -e 's/_GLIBCXX___MINGW32_GLIBCXX___/__MINGW32__/g' \ -e 's,^#include "\(.*\)",#include ,g' \ < $< > $@