* configure.in (--enable-newlib-nano-formatted-io): Set to "no"
by default. * configure: Regenerated.
This commit is contained in:
parent
f135cbdd45
commit
2ccbe5129d
|
@ -1,3 +1,9 @@
|
||||||
|
2014-07-07 Corinna Vinschen <vinschen@redhat.com>
|
||||||
|
|
||||||
|
* configure.in (--enable-newlib-nano-formatted-io): Set to "no"
|
||||||
|
by default.
|
||||||
|
* configure: Regenerated.
|
||||||
|
|
||||||
2014-07-04 Bin Cheng <bin.cheng@arm.com>
|
2014-07-04 Bin Cheng <bin.cheng@arm.com>
|
||||||
|
|
||||||
* README (--enable-newlib-nano-formatted-io): Describe.
|
* README (--enable-newlib-nano-formatted-io): Describe.
|
||||||
|
|
|
@ -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 ;;
|
*) as_fn_error $? "bad value ${enableval} for newlib-nano-formatted-io" "$LINENO" 5 ;;
|
||||||
esac
|
esac
|
||||||
else
|
else
|
||||||
newlib_nano_formatted_io=yes
|
newlib_nano_formatted_io=no
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -216,7 +216,7 @@ AC_ARG_ENABLE(newlib_nano_formatted_io,
|
||||||
yes) newlib_nano_formatted_io=yes ;;
|
yes) newlib_nano_formatted_io=yes ;;
|
||||||
no) newlib_nano_formatted_io=no ;;
|
no) newlib_nano_formatted_io=no ;;
|
||||||
*) AC_MSG_ERROR(bad value ${enableval} for newlib-nano-formatted-io) ;;
|
*) AC_MSG_ERROR(bad value ${enableval} for newlib-nano-formatted-io) ;;
|
||||||
esac],[newlib_nano_formatted_io=yes])
|
esac],[newlib_nano_formatted_io=no])
|
||||||
|
|
||||||
NEWLIB_CONFIGURE(.)
|
NEWLIB_CONFIGURE(.)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue