This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Propose to add a new argument MULTILIB_REQUIRED in multilib framework


On Thu, 3 May 2012, Terry Guo wrote:

> Thanks for your reminding. 
> The attached patch added the missing documentation. Please help to review.

Please send the complete new patch, including documentation, for review 
(unless the rest has been reviewed).

> +@item MULTILIB_REQUIRED
> +Sometimes when there are only a few combinations are required, it would
> +be a big effort to come up with @code{MULTILIB_EXCEPTIONS} list to

"a @code{MULTILIB_EXCEPTIONS} list"

> +cover all undesired ones.  In such case, just listing all the required

"such a case"

> +combinations in @code{MULTILIB_REQUIRED} would be more straightforward.
> +
> +The @code{MULTILIB_REQUIRED} can work with @code{MULTILIB_EXCEPTIONS}.

"@code{MULTILIB_REQUIRED} can be used together with 
@code{MULTILIB_EXCEPTIONS}."

> +The option combinations generated from @code{MULTILIB_OPTIONS} will be
> +filtered by @code{MULTILIB_EXCEPTIONS} and then by @code{MULTILIB_REQUIRED}.

I think you need more details of the exact syntax of entries in 
MULTILIB_REQUIRED.  Are they sets of options from MULTILIB_OPTIONS, 
separated by '/', with no wildcards or other substitutions, or is the 
syntax something else?

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]