Re: [PATCH] libstdc++: Add -latomic to test flags for 32-bit sparc-linux

2021-04-15 Thread Jonathan Wakely via Gcc-patches
On 15/04/21 18:23 +0200, Eric Botcazou wrote: Without this I see a number of tests failing when -m32 is used. libstdc++-v3/ChangeLog: * testsuite/lib/dg-options.exp (add_options_for_libatomic): Also add libatomic options for 32-bit sparc*-*-linux-gnu. Eric, are you OK with

Re: [PATCH] libstdc++: Add -latomic to test flags for 32-bit sparc-linux

2021-04-15 Thread Eric Botcazou
> Without this I see a number of tests failing when -m32 is used. > > libstdc++-v3/ChangeLog: > > * testsuite/lib/dg-options.exp (add_options_for_libatomic): Also > add libatomic options for 32-bit sparc*-*-linux-gnu. > > Eric, are you OK with this? It adds -latomic and the

[PATCH] libstdc++: Add -latomic to test flags for 32-bit sparc-linux

2021-04-15 Thread Jonathan Wakely via Gcc-patches
Without this I see a number of tests failing when -m32 is used. libstdc++-v3/ChangeLog: * testsuite/lib/dg-options.exp (add_options_for_libatomic): Also add libatomic options for 32-bit sparc*-*-linux-gnu. Eric, are you OK with this? It adds -latomic and the appropriate -L