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>2014-07-07 17:15:55 +0400
committerCorinna Vinschen <corinna@vinschen.de>2014-07-07 17:15:55 +0400
commit2ccbe5129d734b8c3bee4babbfd4c9977adbdcae (patch)
tree32c8f29ab0407fa3618c0d7d7d9b93a2f59d9989 /newlib/configure
parentf135cbdd4501a77e219c47f20e63bee8887236e6 (diff)
* configure.in (--enable-newlib-nano-formatted-io): Set to "no"
by default. * configure: Regenerated.
Diffstat (limited to 'newlib/configure')
-rwxr-xr-xnewlib/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/configure b/newlib/configure
index 991f9e6b5..74a7421aa 100755
--- a/newlib/configure
+++ b/newlib/configure
@@ -2484,7 +2484,7 @@ if test "${enable_newlib_nano_formatted_io+set}" = set; then :
*) as_fn_error $? "bad value ${enableval} for newlib-nano-formatted-io" "$LINENO" 5 ;;
esac
else
- newlib_nano_formatted_io=yes
+ newlib_nano_formatted_io=no
fi