* 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:
2
newlib/configure
vendored
2
newlib/configure
vendored
@ -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.
|
||||
|
Reference in New Issue
Block a user