Re: [PATCH] ada: Add GNU/Hurd x86_64 support

2024-10-31 Thread Samuel Thibault
Hello, Marc Poulhiès, le jeu. 31 oct. 2024 14:34:50 +0100, a ecrit: > Samuel Thibault writes: > > Hello Samuel, > > > This is essentially the same as the i386-pc-gnu section, the differences > > are the same as between freebsd i386 and freebsd x86_64. > > Changes look fine. > > > +# x86_64-pc

Re: [PATCH] ada: Add GNU/Hurd x86_64 support

2024-10-31 Thread Marc Poulhiès
Samuel Thibault writes: Hello Samuel, > This is essentially the same as the i386-pc-gnu section, the differences > are the same as between freebsd i386 and freebsd x86_64. Changes look fine. > +# x86_64-pc-gnu i.e. GNU Hurd > +ifeq ($(strip $(filter-out x86_64 pc gnu,$(target_cpu) $(target_os)

[PATCH] ada: Add GNU/Hurd x86_64 support

2024-10-31 Thread Samuel Thibault
This is essentially the same as the i386-pc-gnu section, the differences are the same as between freebsd i386 and freebsd x86_64. gcc/ada/ChangeLog: * Makefile.rtl: Add x86_64-pc-gnu section. Signed-off-by: Samuel Thibault diff --git a/gcc/ada/Makefile.rtl b/gcc/ada/Makefile.rtl index