diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2011-11-01 00:02:45 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2011-11-01 00:02:45 +0000 |
commit | 176d6eb070c79e704d3ac19a27f3a3de1a965a6d (patch) | |
tree | 9832a7bf2dd117aa32b33ed802ca0238ba9692bf | |
parent | f0080f6cf91c89cf77d66f8f7b5589378b7052e9 (diff) | |
download | gcc-176d6eb070c79e704d3ac19a27f3a3de1a965a6d.zip gcc-176d6eb070c79e704d3ac19a27f3a3de1a965a6d.tar.gz gcc-176d6eb070c79e704d3ac19a27f3a3de1a965a6d.tar.bz2 |
acinclude.m4 (GLIBCXX_CONFIGURE): Refer to GNU/Linux.
* acinclude.m4 (GLIBCXX_CONFIGURE): Refer to GNU/Linux.
* configure: Regenerate.
From-SVN: r180717
-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. */ |