Re: [PATCH] RISC-V: Extend syntax for the multilib-generator

2020-10-22 Thread Kito Cheng via Gcc-patches
Committed with comment fix, thanks :) On Thu, Oct 22, 2020 at 10:37 AM Jim Wilson wrote: > > On Wed, Oct 21, 2020 at 7:36 PM Jim Wilson wrote: > > > > > > > On Fri, Oct 16, 2020 at 2:34 AM Kito Cheng wrote: > > > >> +# Example 2: > >> +# rv32imafd-ilp32d--c*b > >> +# means that, in addition to

Re: [PATCH] RISC-V: Extend syntax for the multilib-generator

2020-10-21 Thread Jim Wilson
On Wed, Oct 21, 2020 at 7:36 PM Jim Wilson wrote: > > > On Fri, Oct 16, 2020 at 2:34 AM Kito Cheng wrote: > >> +# Example 2: >> +# rv32imafd-ilp32d--c*b >> +# means that, in addition to rv32imafd, these configurations can also >> use the >> +# rv32imafd-ilp32d libraries: rv32imafd-ilp32dc, rv32

Re: [PATCH] RISC-V: Extend syntax for the multilib-generator

2020-10-21 Thread Jim Wilson
On Fri, Oct 16, 2020 at 2:34 AM Kito Cheng wrote: > +# Example 2: > +# rv32imafd-ilp32d--c*b > +# means that, in addition to rv32imafd, these configurations can also use > the > +# rv32imafd-ilp32d libraries: rv32imafd-ilp32dc, rv32imafd-ilp32db, > +# rv32imafd-ilp32d

[PATCH] RISC-V: Extend syntax for the multilib-generator

2020-10-16 Thread Kito Cheng
- Support expansion operator (*) in the multilib config string. - Motivation of this patch is reduce the complexity when we deal multilib with sub-extension, expand the combinations by hand would be very painful and error prone, no one deserve to experience this[1] again! [1] https://git