acinclude.m4 (GLIBCXX_CONFIGURE): Refer to GNU/Linux.
* acinclude.m4 (GLIBCXX_CONFIGURE): Refer to GNU/Linux. * configure: Regenerate. From-SVN: r180717
This commit is contained in:
parent
f0080f6cf9
commit
176d6eb070
3 changed files with 9 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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__
|
||||
|
|
4
libstdc++-v3/configure
vendored
4
libstdc++-v3/configure
vendored
|
@ -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. */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue