Re: [PATCH] Add support for x86_64-*-gnu-* targets to build x86_64 gnumach/hurd

2023-02-01 Thread Jan-Benedict Glaw
Hi Flávio and Thomas! On Mon, 2023-01-30 16:44:29 +0100, Thomas Schwinge wrote: > On 2023-01-27T21:15:01-0500, Flávio Cruz wrote: > > Not sure what happened, but here's the patch as an attachment. Thanks for > > your patience. > > Thanks, that worked. Without any changes now pushed to master

Re: [PATCH] Add support for x86_64-*-gnu-* targets to build x86_64 gnumach/hurd

2023-01-30 Thread Thomas Schwinge
) If that's inconvenient, then I'll >> fix it up manually, no worries. >> >> >> Grüße >> Thomas ------------- Siemens Electronic Design Automation GmbH; Anschrift: Arnulfstraße 201, 80634 München; Gesellschaft mit beschränkter Haftung; Geschäftsführer: Thomas Heu

Re: [PATCH] Add support for x86_64-*-gnu-* targets to build x86_64 gnumach/hurd

2023-01-26 Thread Flavio Cruz via Gcc-patches
Tested by building a toolchain and compiling gnumach for x86_64 [1]. This is the basic version without unwind support which I think is only required to implement exceptions. [1] https://github.com/flavioc/cross-hurd/blob/master/bootstrap-kernel.sh. gcc/ChangeLog: * config.gcc: Recognize

Re: [PATCH] Add support for x86_64-*-gnu-* targets to build x86_64 gnumach/hurd

2023-01-26 Thread Thomas Schwinge
Hi Flavio! On 2022-12-26T12:34:28-0500, Flavio Cruz via Gcc-patches wrote: > Tested by building a toolchain and compiling gnumach for x86_64 Oh, wow, so this is indeed happening, finally! :-D > This is the basic version without unwind support which I think is only > required to > implement e

Re: [PATCH] Add support for x86_64-*-gnu-* targets to build x86_64 gnumach/hurd

2023-01-25 Thread Flávio Cruz via Gcc-patches
Ping On Mon, Jan 9, 2023 at 1:00 PM Flávio Cruz wrote: > Friendly ping > > On Mon, Dec 26, 2022 at 12:34 PM Flavio Cruz wrote: > >> Tested by building a toolchain and compiling gnumach for x86_64 [1]. >> This is the basic version without unwind support which I think is only >> required to >> im

Re: [PATCH] Add support for x86_64-*-gnu-* targets to build x86_64 gnumach/hurd

2023-01-09 Thread Flávio Cruz via Gcc-patches
Friendly ping On Mon, Dec 26, 2022 at 12:34 PM Flavio Cruz wrote: > Tested by building a toolchain and compiling gnumach for x86_64 [1]. > This is the basic version without unwind support which I think is only > required to > implement exceptions. > > [1] https://github.com/flavioc/cross-hurd/bl

[PATCH] Add support for x86_64-*-gnu-* targets to build x86_64 gnumach/hurd

2022-12-26 Thread Flavio Cruz via Gcc-patches
Tested by building a toolchain and compiling gnumach for x86_64 [1]. This is the basic version without unwind support which I think is only required to implement exceptions. [1] https://github.com/flavioc/cross-hurd/blob/master/bootstrap-kernel.sh. --- gcc/config.gcc | 5 -