* configure.host: Allow hosts to set the default

newlib_atexit_dynamic_alloc value.
	* configure.in: Likewise.
	* configure: Regenerated.
This commit is contained in:
Mark Mitchell
2006-03-21 20:02:13 +00:00
parent d4d63ebf22
commit ce93dfe415
4 changed files with 17 additions and 2 deletions

2
newlib/configure vendored
View File

@ -705,7 +705,7 @@ if test "${enable_newlib_atexit_dynamic_alloc+set}" = set; then
esac
fi
else
newlib_atexit_dynamic_alloc=yes
newlib_atexit_dynamic_alloc=${newlib_atexit_dynamic_alloc}
fi
am__api_version="1.4"