This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: transaction_safe exceptions prevent libstdc++ building for some targets
- From: DJ Delorie <dj at redhat dot com>
- To: Joe Seymour <joe dot s at somniumtech dot com>
- Cc: libstdc++ at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Wed, 18 Jan 2017 14:24:35 -0500
- Subject: Re: transaction_safe exceptions prevent libstdc++ building for some targets
- Authentication-results: sourceware.org; auth=none
Joe Seymour <joe.s@somniumtech.com> writes:
>> the msp430 -mlarge multilib failing to build with...
>>> configure: error: Unknown underlying type for size_t
>>> make[1]: *** [configure-target-libstdc++-v3] Error 1
>
> This is still reproducible.
FYI the underlying type is uint20_t
I think I've complained that libstdc++ has a hard-coded list, rather
than using a configure-time check, in the past...