Problem building libstdc++ for the avr target
Vladimir V
vv.os.swe@gmail.com
Fri Mar 26 08:25:58 GMT 2021
Yes, thank you. It solves the issue.
пт, 26 мар. 2021 г. в 00:02, Jonathan Wakely <jwakely@redhat.com>:
> On 25/03/21 22:37 +0100, Vladimir V via Libstdc++ wrote:
> >Thank you for the quick reply.
> >
> >I am wondering if the freestanding libstdc++ requires that only
> >freestanding subset of the underlying libc is used?
>
> The freestanding library is always allowed to provide more features
> than the minimum set required. So it is certainly possible to expose
> the whole of the libc <stdlib.h> through <cstdlib> if we wish to.
>
> We shouldn't do that at this stage of the GCC 11 cycle but we could
> consider it for GCC 12.
>
> Does the change I pushed earlier solve your build error with
> new_opa.cc though?
>
>
More information about the Libstdc++
mailing list