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
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
>
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
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