diff options
author | DJ Delorie <dj@redhat.com> | 2014-06-10 03:09:35 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2014-06-10 03:09:35 +0000 |
commit | d043b4c527db22a7c753962ac65129e99c884e49 (patch) | |
tree | c618cc8ea3d226ba3991b1274af914074e3ec5bf /newlib/configure | |
parent | 4d79de90e119c12adcadb5c00208ce608d385dd3 (diff) | |
download | cygnal-d043b4c527db22a7c753962ac65129e99c884e49.tar.gz cygnal-d043b4c527db22a7c753962ac65129e99c884e49.tar.bz2 cygnal-d043b4c527db22a7c753962ac65129e99c884e49.zip |
* configure.host (default_newlib_nano_malloc): New.
(msp430): Set it.
* configure.in (newlib_nano_malloc): Leave unset if not set by
the user.
* configure: Regenerate.
* libc/configure.in (NEWLIB_NANO_MALLOC): Set after running
configure.host.
(newlib_nano_malloc): Leave unset if not set by the user.
* libc/configure: Regenerate.
Diffstat (limited to 'newlib/configure')
-rwxr-xr-x | newlib/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/configure b/newlib/configure index fa814c615..4d39bb5a1 100755 --- a/newlib/configure +++ b/newlib/configure @@ -2445,7 +2445,7 @@ if test "${enable_newlib_nano_malloc+set}" = set; then : esac fi else - newlib_nano_malloc=no + newlib_nano_malloc= fi # Check whether --enable-newlib-unbuf-stream-opt was given. |