Re: [PATCH] Append to target_gtfiles in order to fix Darwin bootstrap.

2019-05-10 Thread Eric Gallager
On 5/6/19, Martin Liška wrote: > On 5/6/19 3:52 PM, Jakub Jelinek wrote: >> On Mon, May 06, 2019 at 03:47:53PM +0200, Martin Liška wrote: >>> The patch append to target_gtfiles at 3 places instead of overwriting >>> that. >>> >>> Patch can bootstrap on x86_64-linux-gnu and survives regression test

Re: [PATCH] Append to target_gtfiles in order to fix Darwin bootstrap.

2019-05-06 Thread Martin Liška
onfig/darwin.c" >>extra_options="${extra_options} darwin.opt" >> c_target_objs="${c_target_objs} darwin-c.o" >>cxx_target_objs="${cxx_target_objs} darwin-c.o" >> > > This is insufficient, needs to be done also in the 3 >

Re: [PATCH] Append to target_gtfiles in order to fix Darwin bootstrap.

2019-05-06 Thread Jakub Jelinek
On Mon, May 06, 2019 at 03:47:53PM +0200, Martin Liška wrote: > The patch append to target_gtfiles at 3 places instead of overwriting > that. > > Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > > Ready to be installed? > Thanks, > Martin > > gcc/ChangeLog: > > 2019-05-0

[PATCH] Append to target_gtfiles in order to fix Darwin bootstrap.

2019-05-06 Thread Martin Liška
Hi. The patch append to target_gtfiles at 3 places instead of overwriting that. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Thanks, Martin gcc/ChangeLog: 2019-05-06 Martin Liska * config.gcc: Append to target_gtfiles. --- gcc/confi