Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2013-08-12 15:31:53 +0400
committerCorinna Vinschen <corinna@vinschen.de>2013-08-12 15:31:53 +0400
commit56d5fc7cdae4195c542afe107197c2f5313670a9 (patch)
treeeb61f6d8f0deb368791083770c9424f72a74f747 /newlib/libc/configure.in
parentc389cb11b80cc38e188c336c2d33d66f993a1c5a (diff)
* libc/configure.in (--enable-newlib-wchar-orient): Remove.
* libc/configure: Regenerated. * libc/stdio/Makefile.am (NEWLIB_WIDE_ORIENT): Remove. * libc/stdio/Makefile.in: Regenerated.
Diffstat (limited to 'newlib/libc/configure.in')
-rw-r--r--newlib/libc/configure.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/newlib/libc/configure.in b/newlib/libc/configure.in
index d9df7c5f7..7ca0352da 100644
--- a/newlib/libc/configure.in
+++ b/newlib/libc/configure.in
@@ -17,16 +17,6 @@ AC_ARG_ENABLE(newlib-io-pos-args,
*) AC_MSG_ERROR(bad value ${enableval} for newlib-io-pos-args option) ;;
esac], [newlib_io_pos_args=no])dnl
-dnl Support --enable-newlib-wide-orient used by libc/stdio
-AC_ARG_ENABLE(newlib_wide_orient,
-[ --disable-newlib-wide-orient Turn off wide char orient in streamio],
-[case "${enableval}" in
- yes) newlib_wide_orient=yes ;;
- no) newlib_wide_orient=no ;;
- *) AC_MSG_ERROR(bad value ${enableval} for newlib-wide-orient) ;;
- esac],[newlib_wide_orient=yes])
-AM_CONDITIONAL(NEWLIB_WIDE_ORIENT, test x$newlib_wide_orient = xyes)
-
dnl Support --enable-newlib-nano-malloc used by libc/stdlib
AC_ARG_ENABLE(newlib_nano_malloc,
[ --enable-newlib-nano-malloc Use small-footprint nano-malloc implementation],