On Thu, 23 Sept 2021 at 11:36, Jonathan Wakely wrote:

> On Wed, 22 Sept 2021 at 23:19, Jim Wilson wrote:
>
>> On Fri, Sep 17, 2021 at 4:39 AM Jonathan Wakely via Gcc-patches <
>> gcc-patches@gcc.gnu.org> wrote:
>>
>>> The list of architectures that support the option is incomplete.
>>>
>>> gcc/ChangeLog:
>>>
>>>         * configure.ac: Fix --with-multilib-list description.
>>>         * configure: Regenerate.
>>>
>>> OK for trunk?
>>>
>>
>> Looks like or1k has --with-multilib-list support also.  I'd suggest
>> adding that to the list also.  Ok with that change..
>>
>
> Thanks, pushed as r12-3840.
>
> I think doc/install.texi should be updated too then, because that's where
> I got the list of targets that support it. OR1K isn't there.
>

And it's not just as simple as adding or1k*-*-* because it needs to list
"the accepted values and meaning" for or1k. The accepted values are:

mcmov | msext | msfimm | \
mror | mrori | \
mhard-float | mdouble-float | munordered-float | msoft-float | \
mhard-div | mhard-mul | \
msoft-div | msoft-mul )

Reply via email to