newlib/configure.host: Set have_init_fini to no for OpenRISC

The new GCC port for OpenRISC will use the init_fini_array only and not
provide the init() and fini() functions.  Disable the function usage by
default as its no longer needed.

Signed-off-by: Stafford Horne <shorne@gmail.com>
This commit is contained in:
Stafford Horne 2018-11-03 07:00:02 +09:00 committed by Corinna Vinschen
parent 9a7f131e0e
commit 8ac94ca7bb
1 changed files with 1 additions and 0 deletions

View File

@ -279,6 +279,7 @@ case "${host_cpu}" in
;;
or1k*|or1knd*)
machine_dir=or1k
have_init_fini=no
;;
powerpc*)
machine_dir=powerpc