acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPOR): Set LIBS back to initial value.
2000-11-14 Benjamin Kosnik <bkoz@purist.soma.redhat.com> * acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPOR): Set LIBS back to initial value. (GLIBCPP_EXPORT_INCLUDES): Only export TOPLEVEL_INCLUDES if building a canadian cross. This should fix the remaining java build issues. * aclocal.m4: Regenerate. * configure: Regenerate. * include/bits/c++config (__GLIBCPP__): Set release version for 2.91. From-SVN: r37469
This commit is contained in:
parent
2567bc56d3
commit
9f9359795c
@ -2,7 +2,11 @@
|
||||
|
||||
* acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPOR): Set LIBS back to
|
||||
initial value.
|
||||
(GLIBCPP_EXPORT_INCLUDES): Only export TOPLEVEL_INCLUDES if
|
||||
building a canadian cross. This should fix the remaining java
|
||||
build issues.
|
||||
* aclocal.m4: Regenerate.
|
||||
* configure: Regenerate.
|
||||
|
||||
* include/bits/c++config (__GLIBCPP__): Set release version for 2.91.
|
||||
|
||||
|
@ -1546,8 +1546,10 @@ AC_DEFUN(GLIBCPP_EXPORT_INCLUDES, [
|
||||
# variable is set to the include directory currently in use.
|
||||
# set with C_INCLUDE_DIR in GLIBCPP_ENABLE_SHADOW
|
||||
|
||||
# Passed down for cross compilers, canadian crosses.
|
||||
TOPLEVEL_INCLUDES='-I$(includedir)'
|
||||
# Passed down for canadian crosses.
|
||||
if test x"$CANADIAN" = xyes; then
|
||||
TOPLEVEL_INCLUDES='-I$(includedir)'
|
||||
fi
|
||||
|
||||
LIBMATH_INCLUDES='-I$(top_srcdir)/libmath'
|
||||
|
||||
|
6
libstdc++-v3/aclocal.m4
vendored
6
libstdc++-v3/aclocal.m4
vendored
@ -1558,8 +1558,10 @@ AC_DEFUN(GLIBCPP_EXPORT_INCLUDES, [
|
||||
# variable is set to the include directory currently in use.
|
||||
# set with C_INCLUDE_DIR in GLIBCPP_ENABLE_SHADOW
|
||||
|
||||
# Passed down for cross compilers, canadian crosses.
|
||||
TOPLEVEL_INCLUDES='-I$(includedir)'
|
||||
# Passed down for canadian crosses.
|
||||
if test x"$CANADIAN" = xyes; then
|
||||
TOPLEVEL_INCLUDES='-I$(includedir)'
|
||||
fi
|
||||
|
||||
LIBMATH_INCLUDES='-I$(top_srcdir)/libmath'
|
||||
|
||||
|
6
libstdc++-v3/configure
vendored
6
libstdc++-v3/configure
vendored
@ -18735,8 +18735,10 @@ fi
|
||||
# variable is set to the include directory currently in use.
|
||||
# set with C_INCLUDE_DIR in GLIBCPP_ENABLE_SHADOW
|
||||
|
||||
# Passed down for cross compilers, canadian crosses.
|
||||
TOPLEVEL_INCLUDES='-I$(includedir)'
|
||||
# Passed down for canadian crosses.
|
||||
if test x"$CANADIAN" = xyes; then
|
||||
TOPLEVEL_INCLUDES='-I$(includedir)'
|
||||
fi
|
||||
|
||||
LIBMATH_INCLUDES='-I$(top_srcdir)/libmath'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user