diff options
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/acinclude.m4 | 4 | ||||
-rwxr-xr-x | libstdc++-v3/configure | 4 |
3 files changed, 9 insertions, 4 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 9f7c67d..4e51b3d 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2011-10-31 Gerald Pfeifer <gerald@pfeifer.com> + + * acinclude.m4 (GLIBCXX_CONFIGURE): Refer to GNU/Linux. + * configure: Regenerate. + 2011-10-31 Jason Merrill <jason@redhat.com> PR c++/50920 diff --git a/libstdc++-v3/acinclude.m4 b/libstdc++-v3/acinclude.m4 index 0ee61bf..9382250 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 <stdio.h> #if __UCLIBC__ diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index 5e9078d..77a4abf 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. */ |