Re: [PATCH] libstdc++: Enable building libstdc++.{a,so} when !HOSTED

2023-02-06 Thread Jonathan Wakely via Gcc-patches
This is pushed to trunk now. On Thu, 20 Oct 2022 at 16:53, Arsen Arsenović via Libstdc++ wrote: > > This enables us to provide symbols for placeholders and numeric limits, > and allows users to mess about with linker flags less. > > libstdc++-v3/ChangeLog: > > * Makefile.am [!_GLIBCXX_HOS

Re: [PATCH] libstdc++: Enable building libstdc++.{a,so} when !HOSTED

2022-11-15 Thread Arsen Arsenović via Gcc-patches
Jonathan Wakely writes: > On Thu, 20 Oct 2022 at 16:53, Arsen Arsenović via Libstdc++ > wrote: >> >> This enables us to provide symbols for placeholders and numeric limits, > > > I'm not convinced this is worth doing. > > The placeholders and the numeric_limits members are all inline > variable

Re: [PATCH] libstdc++: Enable building libstdc++.{a,so} when !HOSTED

2022-11-15 Thread Jonathan Wakely via Gcc-patches
On Thu, 20 Oct 2022 at 16:53, Arsen Arsenović via Libstdc++ wrote: > > This enables us to provide symbols for placeholders and numeric limits, I'm not convinced this is worth doing. The placeholders and the numeric_limits members are all inline variables for C++17 and later, and C++17 is the co

Ping: [PATCH] libstdc++: Enable building libstdc++.{a, so} when !HOSTED

2022-11-14 Thread Arsen Arsenović via Gcc-patches
Evening, Since S1 is closed now, best to ping this patch before it drifts into GCC14. Archive link: https://gcc.gnu.org/pipermail/gcc-patches/2022-October/604031.html Have a great evening! -- Arsen Arsenović signature.asc Description: PGP signature

[PATCH] libstdc++: Enable building libstdc++.{a,so} when !HOSTED

2022-10-20 Thread Arsen Arsenović via Gcc-patches
This enables us to provide symbols for placeholders and numeric limits, and allows users to mess about with linker flags less. libstdc++-v3/ChangeLog: * Makefile.am [!_GLIBCXX_HOSTED]: Enable src/ subdirectory. * Makefile.in: Regenerate. * src/Makefile.am [!_GLIBCXX_HOSTED