mirror of git://gcc.gnu.org/git/gcc.git
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
|
@ -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>
|
2011-10-31 Jason Merrill <jason@redhat.com>
|
||||||
|
|
||||||
PR c++/50920
|
PR c++/50920
|
||||||
|
|
|
@ -94,8 +94,8 @@ AC_DEFUN([GLIBCXX_CONFIGURE], [
|
||||||
## (Right now, this only matters for enable_wchar_t, but nothing prevents
|
## (Right now, this only matters for enable_wchar_t, but nothing prevents
|
||||||
## other macros from doing the same. This should be automated.) -pme
|
## other macros from doing the same. This should be automated.) -pme
|
||||||
|
|
||||||
# Check for C library flavor since Linux platforms use different configuration
|
# Check for C library flavor since GNU/Linux platforms use different
|
||||||
# directories depending on the C library in use.
|
# configuration directories depending on the C library in use.
|
||||||
AC_EGREP_CPP([_using_uclibc], [
|
AC_EGREP_CPP([_using_uclibc], [
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#if __UCLIBC__
|
#if __UCLIBC__
|
||||||
|
|
|
@ -5219,8 +5219,8 @@ fi
|
||||||
## (Right now, this only matters for enable_wchar_t, but nothing prevents
|
## (Right now, this only matters for enable_wchar_t, but nothing prevents
|
||||||
## other macros from doing the same. This should be automated.) -pme
|
## other macros from doing the same. This should be automated.) -pme
|
||||||
|
|
||||||
# Check for C library flavor since Linux platforms use different configuration
|
# Check for C library flavor since GNU/Linux platforms use different
|
||||||
# directories depending on the C library in use.
|
# configuration directories depending on the C library in use.
|
||||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||||
/* end confdefs.h. */
|
/* end confdefs.h. */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue