mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 14:41:14 +08:00
acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Correct last patch to ``make --enable-cstdio=stdio the default''.
* acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Correct last patch to ``make --enable-cstdio=stdio the default''. * libstdc++-v3/aclocal.m4: Rebuilt. * libstdc++-v3/configure: Rebuilt. From-SVN: r37529
This commit is contained in:
parent
95c8e04b09
commit
8e2d9424bf
@ -1,3 +1,10 @@
|
||||
2000-11-17 Loren J. Rittle <ljrittle@acm.org>
|
||||
|
||||
* acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Correct last patch
|
||||
to ``make --enable-cstdio=stdio the default''.
|
||||
* libstdc++-v3/aclocal.m4: Rebuilt.
|
||||
* libstdc++-v3/configure: Rebuilt.
|
||||
|
||||
2000-11-17 Phil Edwards <pme@sources.redhat.com>
|
||||
|
||||
* acinclude.m4 (GLIBCPP_ENABLE_ATOMICITY): Move switch statement
|
||||
|
@ -1222,17 +1222,17 @@ dnl
|
||||
dnl GLIBCPP_ENABLE_CSTDIO
|
||||
dnl --enable-cstdio=libio sets config/c_io_libio.h and friends
|
||||
dnl
|
||||
dnl default is libio
|
||||
dnl default is stdio
|
||||
dnl
|
||||
AC_DEFUN(GLIBCPP_ENABLE_CSTDIO, [
|
||||
AC_MSG_CHECKING([for cstdio to use])
|
||||
AC_ARG_ENABLE(cstdio,
|
||||
[ --enable-cstdio enable GNU libio for target io package. (default)
|
||||
[ --enable-cstdio enable stdio for target io package. (default)
|
||||
--enable-cstdio=LIB use LIB target-speific io package.],
|
||||
if test x$enable_cstdio = xno; then
|
||||
enable_cstdio=libio
|
||||
enable_cstdio=stdio
|
||||
fi,
|
||||
enable_cstdio=libio)
|
||||
enable_cstdio=stdio)
|
||||
|
||||
enable_cstdio_flag=$enable_cstdio
|
||||
|
||||
|
8
libstdc++-v3/aclocal.m4
vendored
8
libstdc++-v3/aclocal.m4
vendored
@ -1234,17 +1234,17 @@ dnl
|
||||
dnl GLIBCPP_ENABLE_CSTDIO
|
||||
dnl --enable-cstdio=libio sets config/c_io_libio.h and friends
|
||||
dnl
|
||||
dnl default is libio
|
||||
dnl default is stdio
|
||||
dnl
|
||||
AC_DEFUN(GLIBCPP_ENABLE_CSTDIO, [
|
||||
AC_MSG_CHECKING([for cstdio to use])
|
||||
AC_ARG_ENABLE(cstdio,
|
||||
[ --enable-cstdio enable GNU libio for target io package. (default)
|
||||
[ --enable-cstdio enable stdio for target io package. (default)
|
||||
--enable-cstdio=LIB use LIB target-speific io package.],
|
||||
if test x$enable_cstdio = xno; then
|
||||
enable_cstdio=libio
|
||||
enable_cstdio=stdio
|
||||
fi,
|
||||
enable_cstdio=libio)
|
||||
enable_cstdio=stdio)
|
||||
|
||||
enable_cstdio_flag=$enable_cstdio
|
||||
|
||||
|
6
libstdc++-v3/configure
vendored
6
libstdc++-v3/configure
vendored
@ -36,7 +36,7 @@ ac_help="$ac_help
|
||||
ac_help="$ac_help
|
||||
--enable-debug extra debugging, turn off optimization [default=no]"
|
||||
ac_help="$ac_help
|
||||
--enable-cstdio enable GNU libio for target io package. (default)
|
||||
--enable-cstdio enable stdio for target io package. (default)
|
||||
--enable-cstdio=LIB use LIB target-speific io package."
|
||||
ac_help="$ac_help
|
||||
--enable-c-mbchar enable multibyte (wide) characters [default=yes]"
|
||||
@ -2678,10 +2678,10 @@ echo "configure:2677: checking for cstdio to use" >&5
|
||||
if test "${enable_cstdio+set}" = set; then
|
||||
enableval="$enable_cstdio"
|
||||
if test x$enable_cstdio = xno; then
|
||||
enable_cstdio=libio
|
||||
enable_cstdio=stdio
|
||||
fi
|
||||
else
|
||||
enable_cstdio=libio
|
||||
enable_cstdio=stdio
|
||||
fi
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user