From: Gerald Pfeifer Date: Tue, 1 Nov 2011 00:02:45 +0000 (+0000) Subject: acinclude.m4 (GLIBCXX_CONFIGURE): Refer to GNU/Linux. X-Git-Tag: releases/gcc-4.7.0~2674 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=176d6eb070c79e704d3ac19a27f3a3de1a965a6d;p=thirdparty%2Fgcc.git acinclude.m4 (GLIBCXX_CONFIGURE): Refer to GNU/Linux. * acinclude.m4 (GLIBCXX_CONFIGURE): Refer to GNU/Linux. * configure: Regenerate. From-SVN: r180717 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 9f7c67d04274..4e51b3d1f301 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2011-10-31 Gerald Pfeifer + + * acinclude.m4 (GLIBCXX_CONFIGURE): Refer to GNU/Linux. + * configure: Regenerate. + 2011-10-31 Jason Merrill PR c++/50920 diff --git a/libstdc++-v3/acinclude.m4 b/libstdc++-v3/acinclude.m4 index 0ee61bf99780..9382250d057e 100644 --- a/libstdc++-v3/acinclude.m4 +++ b/libstdc++-v3/acinclude.m4 @@ -94,8 +94,8 @@ AC_DEFUN([GLIBCXX_CONFIGURE], [ ## (Right now, this only matters for enable_wchar_t, but nothing prevents ## other macros from doing the same. This should be automated.) -pme - # Check for C library flavor since Linux platforms use different configuration - # directories depending on the C library in use. + # Check for C library flavor since GNU/Linux platforms use different + # configuration directories depending on the C library in use. AC_EGREP_CPP([_using_uclibc], [ #include #if __UCLIBC__ diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index 5e9078d4a93a..77a4abfbadfa 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -5219,8 +5219,8 @@ fi ## (Right now, this only matters for enable_wchar_t, but nothing prevents ## other macros from doing the same. This should be automated.) -pme - # Check for C library flavor since Linux platforms use different configuration - # directories depending on the C library in use. + # Check for C library flavor since GNU/Linux platforms use different + # configuration directories depending on the C library in use. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */