This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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 for bug 25524 (-imultilib)


Joseph S. Myers wrote:
> This patch fixes bug 25524, target-specific libstdc++ headers should
> also be multilib-specific, by adding a -imultilib option as proposed
> in that bug.
> 
> Bootstrapped with no regressions on x86_64-unknown-linux-gnu.  OK to
> commit?

OK, but please allow 24 hours for the libstdc++ maintainers to object to
those bits.

> +  const char multilib;		/* FNAME should have the multilib path
> +				   specified with -imultilib
> +				   appended.  */

At some point, maybe these should become "const bool", instead of "const
char", but it's fine to keep them consistent until then.

Thanks,

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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