Commit 158960ba by Benjamin Kosnik Committed by Benjamin Kosnik

crossconfig.m4: Add LFS, io bits to linux cross config.


2004-01-07  Benjamin Kosnik  <bkoz@redhat.com>

	* crossconfig.m4: Add LFS, io bits to linux cross config.
	* acconfig.h: Remove obsolete bits, reorder.
	* config.h.in: Regenerate.
	* aclocal.m4: Same.
	* configure: Same.

From-SVN: r75520
parent 5d2082d1
2004-01-07 Benjamin Kosnik <bkoz@redhat.com>
* crossconfig.m4: Add LFS, io bits to linux cross config.
* acconfig.h: Remove obsolete bits, reorder.
* config.h.in: Regenerate.
* aclocal.m4: Same.
* configure: Same.
2004-01-07 Gawain Bolton <gp.bolton@computer.org> 2004-01-07 Gawain Bolton <gp.bolton@computer.org>
* include/bits/stl_list.h: * include/bits/stl_list.h:
......
...@@ -16,18 +16,15 @@ ...@@ -16,18 +16,15 @@
// Include I/O support for 'long long' and 'unsigned long long'. // Include I/O support for 'long long' and 'unsigned long long'.
#undef _GLIBCXX_USE_LONG_LONG #undef _GLIBCXX_USE_LONG_LONG
// Include support for 'long double'.
#undef _GLIBCXX_USE_LONG_DOUBLE
// Define if C99 math functions (like fpclassify) should be exposed. // Define if C99 math functions (like fpclassify) should be exposed.
#undef _GLIBCXX_USE_C99_MATH #undef _GLIBCXX_USE_C99_MATH
// Define if C99 features such as lldiv_t, llabs, lldiv should be exposed. // Define if C99 features such as lldiv_t, llabs, lldiv should be exposed.
#undef _GLIBCXX_USE_C99 #undef _GLIBCXX_USE_C99
// Include support for 'long double'.
#undef _GLIBCXX_USE_LONG_DOUBLE
// Include support for shadow headers, ie --enable-cshadow-headers.
#undef _GLIBCXX_USE_SHADOW_HEADERS
// Define if code specialized for wchar_t should be used. // Define if code specialized for wchar_t should be used.
#undef _GLIBCXX_USE_WCHAR_T #undef _GLIBCXX_USE_WCHAR_T
...@@ -37,18 +34,6 @@ ...@@ -37,18 +34,6 @@
// Define to use concept checking code from the boost libraries. // Define to use concept checking code from the boost libraries.
#undef _GLIBCXX_CONCEPT_CHECKS #undef _GLIBCXX_CONCEPT_CHECKS
// Define if the atan2f function exists.
#undef HAVE_ATAN2F
// Define if the atan2l function exists.
#undef HAVE_ATAN2L
// Define if the tanl function exists.
#undef HAVE_TANL
// Define if the copysignf function exists.
#undef HAVE_COPYSIGNF
// Define to use symbol versioning in the shared library. // Define to use symbol versioning in the shared library.
#undef _GLIBCXX_SYMVER #undef _GLIBCXX_SYMVER
...@@ -63,9 +48,27 @@ ...@@ -63,9 +48,27 @@
#define _GLIBCXX_ASM_SYMVER(cur, old, version) #define _GLIBCXX_ASM_SYMVER(cur, old, version)
#endif #endif
// Define if LFS support is available.
#undef _GLIBCXX_USE_LFS
// Define if NLS translations are to be used.
#undef _GLIBCXX_USE_NLS
// Define if gthr-default.h exists (meaning that threading support is enabled). // Define if gthr-default.h exists (meaning that threading support is enabled).
#undef HAVE_GTHR_DEFAULT #undef HAVE_GTHR_DEFAULT
// Define if the atan2f function exists.
#undef HAVE_ATAN2F
// Define if the atan2l function exists.
#undef HAVE_ATAN2L
// Define if the tanl function exists.
#undef HAVE_TANL
// Define if the copysignf function exists.
#undef HAVE_COPYSIGNF
// Define if getpagesize exists. // Define if getpagesize exists.
#undef HAVE_GETPAGESIZE #undef HAVE_GETPAGESIZE
...@@ -156,9 +159,6 @@ ...@@ -156,9 +159,6 @@
// Define if int64_t is available in <stdint.h>. // Define if int64_t is available in <stdint.h>.
#undef HAVE_INT64_T #undef HAVE_INT64_T
// Define if LFS support is available.
#undef _GLIBCXX_USE_LFS
// Define if LC_MESSAGES is available in <locale.h>. // Define if LC_MESSAGES is available in <locale.h>.
#undef HAVE_LC_MESSAGES #undef HAVE_LC_MESSAGES
...@@ -168,9 +168,6 @@ ...@@ -168,9 +168,6 @@
// Define if modf is present in <math.h> // Define if modf is present in <math.h>
#undef HAVE_MODF #undef HAVE_MODF
// Define if NLS translations are to be used.
#undef _GLIBCXX_USE_NLS
// @BOTTOM@ // @BOTTOM@
// //
// Systems that have certain non-standard functions prefixed with an // Systems that have certain non-standard functions prefixed with an
......
# generated automatically by aclocal 1.7.9 -*- Autoconf -*- # generated automatically by aclocal 1.7.8 -*- Autoconf -*-
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc. # Free Software Foundation, Inc.
...@@ -1996,7 +1996,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.7"]) ...@@ -1996,7 +1996,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.7"])
# Call AM_AUTOMAKE_VERSION so it can be traced. # Call AM_AUTOMAKE_VERSION so it can be traced.
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE. # This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
[AM_AUTOMAKE_VERSION([1.7.9])]) [AM_AUTOMAKE_VERSION([1.7.8])])
# Helper functions for option handling. -*- Autoconf -*- # Helper functions for option handling. -*- Autoconf -*-
......
...@@ -17,18 +17,15 @@ ...@@ -17,18 +17,15 @@
// Include I/O support for 'long long' and 'unsigned long long'. // Include I/O support for 'long long' and 'unsigned long long'.
#undef _GLIBCXX_USE_LONG_LONG #undef _GLIBCXX_USE_LONG_LONG
// Include support for 'long double'.
#undef _GLIBCXX_USE_LONG_DOUBLE
// Define if C99 math functions (like fpclassify) should be exposed. // Define if C99 math functions (like fpclassify) should be exposed.
#undef _GLIBCXX_USE_C99_MATH #undef _GLIBCXX_USE_C99_MATH
// Define if C99 features such as lldiv_t, llabs, lldiv should be exposed. // Define if C99 features such as lldiv_t, llabs, lldiv should be exposed.
#undef _GLIBCXX_USE_C99 #undef _GLIBCXX_USE_C99
// Include support for 'long double'.
#undef _GLIBCXX_USE_LONG_DOUBLE
// Include support for shadow headers, ie --enable-cshadow-headers.
#undef _GLIBCXX_USE_SHADOW_HEADERS
// Define if code specialized for wchar_t should be used. // Define if code specialized for wchar_t should be used.
#undef _GLIBCXX_USE_WCHAR_T #undef _GLIBCXX_USE_WCHAR_T
...@@ -38,18 +35,6 @@ ...@@ -38,18 +35,6 @@
// Define to use concept checking code from the boost libraries. // Define to use concept checking code from the boost libraries.
#undef _GLIBCXX_CONCEPT_CHECKS #undef _GLIBCXX_CONCEPT_CHECKS
// Define if the atan2f function exists.
#undef HAVE_ATAN2F
// Define if the atan2l function exists.
#undef HAVE_ATAN2L
// Define if the tanl function exists.
#undef HAVE_TANL
// Define if the copysignf function exists.
#undef HAVE_COPYSIGNF
// Define to use symbol versioning in the shared library. // Define to use symbol versioning in the shared library.
#undef _GLIBCXX_SYMVER #undef _GLIBCXX_SYMVER
...@@ -64,9 +49,27 @@ ...@@ -64,9 +49,27 @@
#define _GLIBCXX_ASM_SYMVER(cur, old, version) #define _GLIBCXX_ASM_SYMVER(cur, old, version)
#endif #endif
// Define if LFS support is available.
#undef _GLIBCXX_USE_LFS
// Define if NLS translations are to be used.
#undef _GLIBCXX_USE_NLS
// Define if gthr-default.h exists (meaning that threading support is enabled). // Define if gthr-default.h exists (meaning that threading support is enabled).
#undef HAVE_GTHR_DEFAULT #undef HAVE_GTHR_DEFAULT
// Define if the atan2f function exists.
#undef HAVE_ATAN2F
// Define if the atan2l function exists.
#undef HAVE_ATAN2L
// Define if the tanl function exists.
#undef HAVE_TANL
// Define if the copysignf function exists.
#undef HAVE_COPYSIGNF
// Define if getpagesize exists. // Define if getpagesize exists.
#undef HAVE_GETPAGESIZE #undef HAVE_GETPAGESIZE
...@@ -157,9 +160,6 @@ ...@@ -157,9 +160,6 @@
// Define if int64_t is available in <stdint.h>. // Define if int64_t is available in <stdint.h>.
#undef HAVE_INT64_T #undef HAVE_INT64_T
// Define if LFS support is available.
#undef _GLIBCXX_USE_LFS
// Define if LC_MESSAGES is available in <locale.h>. // Define if LC_MESSAGES is available in <locale.h>.
#undef HAVE_LC_MESSAGES #undef HAVE_LC_MESSAGES
...@@ -169,9 +169,6 @@ ...@@ -169,9 +169,6 @@
// Define if modf is present in <math.h> // Define if modf is present in <math.h>
#undef HAVE_MODF #undef HAVE_MODF
// Define if NLS translations are to be used.
#undef _GLIBCXX_USE_NLS
/* Define to 1 if you have the `acosf' function. */ /* Define to 1 if you have the `acosf' function. */
#undef HAVE_ACOSF #undef HAVE_ACOSF
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -131,6 +131,20 @@ case "${host}" in ...@@ -131,6 +131,20 @@ case "${host}" in
GLIBCXX_CHECK_LINKER_FEATURES GLIBCXX_CHECK_LINKER_FEATURES
GLIBCXX_CHECK_COMPLEX_MATH_SUPPORT GLIBCXX_CHECK_COMPLEX_MATH_SUPPORT
GLIBCXX_CHECK_WCHAR_T_SUPPORT GLIBCXX_CHECK_WCHAR_T_SUPPORT
# For LFS.
AC_DEFINE(HAVE_INT64_T)
AC_DEFINE(_GLIBCXX_USE_LFS)
# For showmanyc_helper().
AC_CHECK_HEADERS(sys/ioctl.h sys/filio.h)
GLIBCXX_CHECK_POLL
GLIBCXX_CHECK_S_ISREG_OR_S_IFREG
# For xsputn_2().
AC_CHECK_HEADERS(sys/uio.h)
GLIBCXX_CHECK_WRITEV
AC_DEFINE(HAVE_COPYSIGN) AC_DEFINE(HAVE_COPYSIGN)
AC_DEFINE(HAVE_COPYSIGNF) AC_DEFINE(HAVE_COPYSIGNF)
AC_DEFINE(HAVE_FINITE) AC_DEFINE(HAVE_FINITE)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment