Re: [PATCH] RISC-V: Don't emit a separate multilib for the default march/mabi
Jeffrey Law <[email protected]>
| Newsgroups | gmane.comp.gcc.patches |
|---|---|
| Message-ID | <[email protected]> |
On 8/5/2026 11:43 PM, Tsung Chun Lin wrote: > Those extra options already affected selection before this patch: > riscv_check_conds() requires each non-march/mabi cond to appear on > the command > line, rejecting the multilib otherwise. So -mno-vector-strict-align > matters only if a multilib config names it; otherwise it's ignored. > Unchanged either way. > > The patch only suppresses an entry that exactly the default: same > march, same mabi, no other cond. Any extra cond keeps the entry, > since it's a genuinely different library. Thanks for confirming. I've pushed this to the trunk. I'm sure if there's further problems Andreas will chime in. jeff