Re: [PATCH] newlib/configure.host: Set have_init_fini to no for OpenRISC

2018-11-05 Thread Stafford Horne
On Mon, Nov 05, 2018 at 10:03:29AM +0100, Corinna Vinschen wrote: > On Nov 3 07:00, Stafford Horne wrote: > > 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. > >

Re: [PATCH] newlib/configure.host: Set have_init_fini to no for OpenRISC

2018-11-05 Thread Corinna Vinschen
On Nov 3 07:00, Stafford Horne wrote: > 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 > --- > newlib/configure.host | 1 + > 1