Re: hurd: Add multilib paths for gnu-x86_64

2023-11-30 Thread rep . dot . nop
('test x$enable_targets = xall') x86 GNU/Linux, and that's not >(correspondingly) done for x86 GNU/Hurd? > >However, such things can certainly be resolved incrementally, later on. >I understand that your change does work for you as-is, so I've now pushed >that to m

Re: hurd: Add multilib paths for gnu-x86_64

2023-11-27 Thread Samuel Thibault
Hello, Thomas Schwinge, le lun. 27 nov. 2023 15:48:33 +0100, a ecrit: > On 2023-10-28T21:19:59+0200, Samuel Thibault wrote: > > This is essentially based on t-linux64 version. > > Yes, but isn't the overall setup diverged from GNU/Linux? Not sure what you mean exactly? I just meant that the con

hurd: Add multilib paths for gnu-x86_64

2023-11-27 Thread Thomas Schwinge
ncrementally, later on. I understand that your change does work for you as-is, so I've now pushed that to master branch in commit 5707e9db9c398d311defc80c5b7822c9a07ead60 "hurd: Add multilib paths for gnu-x86_64", see attached. Grüße Thomas - Siemens Electronic Design Automation Gmb

[PATCH,resend] hurd: Add multilib paths for gnu-x86_64

2023-10-28 Thread Samuel Thibault
We need the multilib paths in gcc to find e.g. glibc crt files on Debian. This is essentially based on t-linux64 version. gcc/ChangeLog: * gcc/config/i386/t-gnu64: New file. * gcc/config.gcc [x86_64-*-gnu*): Add i386/t-gnu64 to tmake_file. diff --git a/gcc/config.gcc b/g

Re: [PATCH] hurd: Add multilib paths for gnu-x86_64

2023-05-06 Thread Samuel Thibault
(and it'd be useful to have it backported to the 13 branch) Samuel Thibault, le sam. 06 mai 2023 13:50:36 +0200, a ecrit: > We need the multilib paths in gcc to find e.g. glibc crt files on > Debian. This is essentially based on t-linux64 version. > > gcc/ChangeLog: > > * gcc/config/i386/

[PATCH] hurd: Add multilib paths for gnu-x86_64

2023-05-06 Thread Samuel Thibault
We need the multilib paths in gcc to find e.g. glibc crt files on Debian. This is essentially based on t-linux64 version. gcc/ChangeLog: * gcc/config/i386/t-gnu64: New file. * gcc/config.gcc [x86_64-*-gnu*): Add i386/t-gnu64 to tmake_file. diff --git a/gcc/config.gcc b/g