Hi Joseph,

This is an updated version of the patch introducing the
`--with-multi-buildlist` configure option for fine-grained multilib
control.

Based on previous feedback, I have adjusted the logic in
`gcc/genmultilib`:
- The error for reuse of nonexistent multilibs is now conditional.
- It is only suppressed when `--with-multi-buildlist` is explicitly set.
- In all other cases, the original error remains, preserving its
  usefulness.

Additionally:
- `gcc/Makefile.in` now passes a boolean flag to `genmultilib` to
  indicate whether the new option is active.

This ensures that the new behavior only applies when requested,
addressing the concern about unconditional changes.

Please let me know if you have further comments or suggestions.

Best regards,
Aleksandar

Reply via email to