Re: [gcc v2] Enable some features for RTEMS in libstdc++

2022-07-01 Thread Sebastian Huber
On 09.06.22 20:19, Sebastian Huber wrote: Remove RTEMS support from crossconfig.m4 since this code is not used due to "with_newlib" being "yes". libstdc++-v3/ChangeLog: * configure: Regnerate. * configure.ac (newlib, *-rtems*): Enable TLS support for all RTEMS targets

Re: [gcc v2] Enable some features for RTEMS in libstdc++

2022-06-22 Thread Sebastian Huber
On 22/06/2022 08:36, Chris Johns wrote: I see this patch is for master. Is a gcc 12 patch available so I can test it? The patch works also for GCC 12. I only did a test run of the RTEMS tests. It failed to apply for me with the gcc-12 for rtems6. The configure pieces did not apply. I updated

Re: [gcc v2] Enable some features for RTEMS in libstdc++

2022-06-22 Thread Sebastian Huber
On 22/06/2022 08:40, Chris Johns wrote: On 22/6/2022 4:39 pm, Sebastian Huber wrote: On 22/06/2022 08:36, Chris Johns wrote: The patch works also for GCC 12. I only did a test run of the RTEMS tests. It failed to apply for me with the gcc-12 for rtems6. The configure pieces did not apply.

Re: [gcc v2] Enable some features for RTEMS in libstdc++

2022-06-22 Thread Chris Johns
On 22/6/2022 4:39 pm, Sebastian Huber wrote: > On 22/06/2022 08:36, Chris Johns wrote: >>> The patch works also for GCC 12. I only did a test run of the RTEMS tests. >> It failed to apply for me with the gcc-12 for rtems6. The configure pieces >> did >> not apply. > > I tested with the GCC 12

Re: [gcc v2] Enable some features for RTEMS in libstdc++

2022-06-22 Thread Sebastian Huber
On 22/06/2022 08:36, Chris Johns wrote: The patch works also for GCC 12. I only did a test run of the RTEMS tests. It failed to apply for me with the gcc-12 for rtems6. The configure pieces did not apply. I tested with the GCC 12 branch, maybe there are some configure changes compared to the

Re: [gcc v2] Enable some features for RTEMS in libstdc++

2022-06-22 Thread Chris Johns
On 22/6/2022 4:05 pm, Sebastian Huber wrote: > On 22/06/2022 05:34, Chris Johns wrote: >> On 22/6/2022 6:38 am, Chris Johns wrote: On 21 Jun 2022, at 5:39 pm, Sebastian Huber wrote: On 09/06/2022 20:19, Sebastian Huber wrote: > Remove RTEMS support from crossconfig.m4

Re: [gcc v2] Enable some features for RTEMS in libstdc++

2022-06-22 Thread Sebastian Huber
On 22/06/2022 05:34, Chris Johns wrote: On 22/6/2022 6:38 am, Chris Johns wrote: On 21 Jun 2022, at 5:39 pm, Sebastian Huber wrote: On 09/06/2022 20:19, Sebastian Huber wrote: Remove RTEMS support from crossconfig.m4 since this code is not used due to "with_newlib" being "yes".

Re: [gcc v2] Enable some features for RTEMS in libstdc++

2022-06-21 Thread Chris Johns
On 22/6/2022 6:38 am, Chris Johns wrote: >> On 21 Jun 2022, at 5:39 pm, Sebastian Huber >> wrote: >> >> On 09/06/2022 20:19, Sebastian Huber wrote: >>> Remove RTEMS support from crossconfig.m4 since this code is not used due to >>> "with_newlib" being "yes". >>> libstdc++-v3/ChangeLog: >>>    *

Re: [gcc v2] Enable some features for RTEMS in libstdc++

2022-06-21 Thread Chris Johns
> On 21 Jun 2022, at 5:39 pm, Sebastian Huber > wrote: > > On 09/06/2022 20:19, Sebastian Huber wrote: >> Remove RTEMS support from crossconfig.m4 since this code is not used due to >> "with_newlib" being "yes". >> libstdc++-v3/ChangeLog: >>* configure: Regnerate. >>* configure.ac

Re: [gcc v2] Enable some features for RTEMS in libstdc++

2022-06-21 Thread Sebastian Huber
On 09/06/2022 20:19, Sebastian Huber wrote: Remove RTEMS support from crossconfig.m4 since this code is not used due to "with_newlib" being "yes". libstdc++-v3/ChangeLog: * configure: Regnerate. * configure.ac (newlib, *-rtems*): Enable TLS support for all RTEMS targets