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: [PATCH][SH] Multilib selection rework


Paolo Bonzini <bonzini@gnu.org> writes:

> Yes, just use "with_multilib_list=default" for the default case argument
> of AC_ARG_WITH.  Given this, I think you can just drop the second case
> above.  So you'd have
>
> <no option>
> --with-multilib-list=default
>     default multilibs
>
> --without-multilib-list
> --with-multilib-list={<blank> | no}
>     disable all multilibs except for any secondary endian library.
>
> --with-multilib-list=LIST
>     no change to current behaviour

That seems plausible to me.  Naturally it should be documented
somewhere--currently it appears to be an undocumented option.

Ian


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