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:
parent
9a7f131e0e
commit
8ac94ca7bb
|
@ -279,6 +279,7 @@ case "${host_cpu}" in
|
|||
;;
|
||||
or1k*|or1knd*)
|
||||
machine_dir=or1k
|
||||
have_init_fini=no
|
||||
;;
|
||||
powerpc*)
|
||||
machine_dir=powerpc
|
||||
|
|
Loading…
Reference in New Issue