Re: [PATCH] Fix PR 110085: `make clean` in GCC directory on sh target causes a failure

2023-06-04 Thread Richard Biener via Gcc-patches
On Mon, Jun 5, 2023 at 7:43 AM Andrew Pinski wrote: > > On Sun, Jun 4, 2023 at 10:24 PM Richard Biener via Gcc-patches > wrote: > > > > > > > > > Am 05.06.2023 um 06:42 schrieb Andrew Pinski via Gcc-patches > > > : > > > > > > On sh target, there is a MULTILIB_DIRNAMES (or is it MULTILIB_OPTION

Re: [PATCH] Fix PR 110085: `make clean` in GCC directory on sh target causes a failure

2023-06-04 Thread Andrew Pinski via Gcc-patches
On Sun, Jun 4, 2023 at 10:24 PM Richard Biener via Gcc-patches wrote: > > > > > Am 05.06.2023 um 06:42 schrieb Andrew Pinski via Gcc-patches > > : > > > > On sh target, there is a MULTILIB_DIRNAMES (or is it MULTILIB_OPTIONS) > > named m2, > > this conflicts with the langauge m2. So when you do

Re: [PATCH] Fix PR 110085: `make clean` in GCC directory on sh target causes a failure

2023-06-04 Thread Richard Biener via Gcc-patches
> Am 05.06.2023 um 06:42 schrieb Andrew Pinski via Gcc-patches > : > > On sh target, there is a MULTILIB_DIRNAMES (or is it MULTILIB_OPTIONS) named > m2, > this conflicts with the langauge m2. So when you do a `make clean`, it will > remove > the m2 directory and then a build will fail. Now

[PATCH] Fix PR 110085: `make clean` in GCC directory on sh target causes a failure

2023-06-04 Thread Andrew Pinski via Gcc-patches
On sh target, there is a MULTILIB_DIRNAMES (or is it MULTILIB_OPTIONS) named m2, this conflicts with the langauge m2. So when you do a `make clean`, it will remove the m2 directory and then a build will fail. Now since r0-78222-gfa9585134f6f58, the multilib directories are no longer created in the