Hi Joseph,

This is an updated version of the patch introducing the
--with-multi-buildlist configure option.

In the previous version, I overlooked the semantics of the empty 11th
argument in genmultilib. As you correctly pointed out, the example and
the second Makefile call were ambiguous. In this revision, I made the
semantics explicit: the 11th argument now clearly indicates whether
--with-multi-buildlist is set (true or false), instead of relying on an
empty string.

Thank you for catching this issue, and apologies for missing it earlier.

The changes include:

- Updated gcc/Makefile.in to pass 'false' for the 11th argument when
  --with-multi-buildlist is not used.
- Removed the word "optional" from the description of the 11th argument
  in genmultilib since it is now always explicitly provided.
- Adjusted example in the comment to match the implementation.

Please let me know if further adjustments are needed.

Thanks,
Aleksandar Rakic

Reply via email to