[PATCH] Add x86_64-gnu target to contrib/config-list.mk

2023-02-01 Thread Flavio Cruz via Gcc-patches
contrib/ChangeLog: * config-list.mk: Add x86_64-gnu to list of archs. Signed-off-by: Flavio Cruz --- contrib/config-list.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/config-list.mk b/contrib/config-list.mk index 20b8f4a196f..661b11c9bbd 100644 --- a/cont

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

2023-01-26 Thread Flavio Cruz via Gcc-patches
with a TODO for now. Signed-off-by: Flavio Cruz --- On Thu, Jan 26, 2023 at 09:34:16AM +0100, Thomas Schwinge wrote: Hi Flavio! Hi Thomas! 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

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