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

Kito Cheng kito.cheng@gmail.com
Thu Oct 22 08:04:22 GMT 2020


Committed with comment fix, thanks :)

On Thu, Oct 22, 2020 at 10:37 AM Jim Wilson <jimw@sifive.com> wrote:
>
> On Wed, Oct 21, 2020 at 7:36 PM Jim Wilson <jimw@sifive.com> wrote:
>
> >
> >
> > On Fri, Oct 16, 2020 at 2:34 AM Kito Cheng <kito.cheng@sifive.com> 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-ilp32dcb
> >>
> >
> > You accidentally added the c and b to the abi not the arch.
> >
>
> otherwise this looks good, and very useful.
>
> Jim


More information about the Gcc-patches mailing list