Re: [PATCH] RISC-V: Always define MULTILIB_DEFAULTS

2021-01-27 Thread Kito Cheng via Gcc-patches
Hi Sebastian: Thank for report this issue, I can reproduce that, I'll investigate what happened today :) Sebastian Huber 於 2021年1月26日 週二 14:13 寫道: > Hello Kito, > > On 20/11/2020 09:33, Kito Cheng wrote: > > - Define MULTILIB_DEFAULTS can reduce the total number of multilib if > > the

Re: [PATCH] RISC-V: Always define MULTILIB_DEFAULTS

2021-01-25 Thread Sebastian Huber
Hello Kito, On 20/11/2020 09:33, Kito Cheng wrote: - Define MULTILIB_DEFAULTS can reduce the total number of multilib if the default arch and ABI are listed in the multilib config. - This also simplify the implementation of --with-multilib-list. gcc/ChangeLog: * config.gcc

Re: [PATCH] RISC-V: Always define MULTILIB_DEFAULTS

2020-11-29 Thread Kito Cheng via Gcc-patches
Committed to trunk :) On Sat, Nov 28, 2020 at 7:49 AM Jim Wilson wrote: > > On Fri, Nov 20, 2020 at 10:38 PM Kito Cheng wrote: > > > On Sat, Nov 21, 2020 at 6:12 AM Jim Wilson wrote: > > > On Fri, Nov 20, 2020 at 12:34 AM Kito Cheng > > wrote: > > > > > > > - Define MULTILIB_DEFAULTS can

Re: [PATCH] RISC-V: Always define MULTILIB_DEFAULTS

2020-11-27 Thread Jim Wilson
On Fri, Nov 20, 2020 at 10:38 PM Kito Cheng wrote: > On Sat, Nov 21, 2020 at 6:12 AM Jim Wilson wrote: > > On Fri, Nov 20, 2020 at 12:34 AM Kito Cheng > wrote: > > > > > - Define MULTILIB_DEFAULTS can reduce the total number of multilib if > > >the default arch and ABI are listed in the

Re: [PATCH] RISC-V: Always define MULTILIB_DEFAULTS

2020-11-20 Thread Kito Cheng via Gcc-patches
On Sat, Nov 21, 2020 at 6:12 AM Jim Wilson wrote: > > On Fri, Nov 20, 2020 at 12:34 AM Kito Cheng wrote: > > > - Define MULTILIB_DEFAULTS can reduce the total number of multilib if > >the default arch and ABI are listed in the multilib config. > > > > It looks like a good idea, but it

Re: [PATCH] RISC-V: Always define MULTILIB_DEFAULTS

2020-11-20 Thread Jim Wilson
On Fri, Nov 20, 2020 at 12:34 AM Kito Cheng wrote: > - Define MULTILIB_DEFAULTS can reduce the total number of multilib if >the default arch and ABI are listed in the multilib config. > It looks like a good idea, but it doesn't seem to work. A toolchain configured without specifying

[PATCH] RISC-V: Always define MULTILIB_DEFAULTS

2020-11-20 Thread Kito Cheng
- Define MULTILIB_DEFAULTS can reduce the total number of multilib if the default arch and ABI are listed in the multilib config. - This also simplify the implementation of --with-multilib-list. gcc/ChangeLog: * config.gcc (riscv*-*-*): Add TARGET_RISCV_DEFAULT_ABI and