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]: Fix multilib/non-multilib build for 4.6 for *-w64-mingw32


> It checks for multilib configuration as logic
>
> s-mlib: $(srcdir)/genmultilib Makefile
>         if test @enable_multilib@ = yes \
>
>            || test -n "$(MULTILIB_OSDIRNAMES)"; then \
>
> which means that a target supporting MULTILIB_OSDIRNAME always get
> multilib configuration, which seems for me wrong.

No, it isn't, the OS directories don't depend on the configuration of GCC so 
the driver must always know of them.  Your first patch looks wrong as well.

-- 
Eric Botcazou


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