* 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.
This commit is contained in:
DJ Delorie
2014-06-10 03:09:35 +00:00
parent 4d79de90e1
commit d043b4c527
6 changed files with 44 additions and 21 deletions

2
newlib/configure vendored
View File

@ -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.