This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: _GLIBCXX_PROFILE on non-Linux?
On 01/20/2010 04:17 PM, Ian Lance Taylor wrote:
> I know that that was the original theory but I wasn't aware that it
> was ever actually implemented. Looking now, I see some support in
> libgcc for targets to provide the sync builtins. It looks like that
> is being used by one target: MIPS running in MIPS16 mode.
>
> So, you're right, the compile time check is a little too conservative
> at present. But it could be easily fixed by arranging for the mips16
> target to define the appropriate macros. So I don't see that as a
> barrier to a patch along these lines.
>
Definitely. Thanks for the info, anyway.
Paolo.