aboutsummaryrefslogtreecommitdiff
path: root/newlib/configure
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2014-06-10 03:09:35 +0000
committerDJ Delorie <dj@redhat.com>2014-06-10 03:09:35 +0000
commitd043b4c527db22a7c753962ac65129e99c884e49 (patch)
treec618cc8ea3d226ba3991b1274af914074e3ec5bf /newlib/configure
parent4d79de90e119c12adcadb5c00208ce608d385dd3 (diff)
downloadnewlib-d043b4c527db22a7c753962ac65129e99c884e49.zip
newlib-d043b4c527db22a7c753962ac65129e99c884e49.tar.gz
newlib-d043b4c527db22a7c753962ac65129e99c884e49.tar.bz2
* 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-xnewlib/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/configure b/newlib/configure
index fa814c6..4d39bb5 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.