Jonathan Wakely via Gcc-patches <gcc-patches@gcc.gnu.org> writes: >>diff --git a/libstdc++-v3/testsuite/lib/dg-options.exp >>b/libstdc++-v3/testsuite/lib/dg-options.exp >>index 9bfae71adf3..bf6219c3042 100644 >>--- a/libstdc++-v3/testsuite/lib/dg-options.exp >>+++ b/libstdc++-v3/testsuite/lib/dg-options.exp >>@@ -260,7 +260,8 @@ proc add_options_for_net_ts { flags } { >> # Add to FLAGS all the target-specific flags to link to libatomic, if >> required. >> >> proc add_options_for_libatomic { flags } { >>- if { [istarget hppa*-*-hpux*] || [istarget riscv*-*-*] } { >>+ if { [istarget hppa*-*-hpux*] || [istarget riscv*-*-*] >>+ || [istarget powerpc-ibm-aix*] } { > > Could you add || [istarget powerpc*-darwin*] here too please? > > Iain agreed that's needed. > > OK with that change, thanks.
And please keep the target list sorted alphabetically. Thanks. Rainer -- ----------------------------------------------------------------------------- Rainer Orth, Center for Biotechnology, Bielefeld University