[Obvious] Fix libstdc++/33394 testcase when cross-testing linux

2015-03-25 Thread Alan Lawrence
When cross-testing, the -DITERATIONS=1000 flag replaced the -pthread required for linux targets, so the test failed to build. I've pushed the following test fix as r221666: Index: libstdc++-v3/testsuite/21_strings/basic_string/pthread33394.cc

Re: [Obvious] Fix libstdc++/33394 testcase when cross-testing linux

2015-03-25 Thread Jonathan Wakely
On 25/03/15 15:49 +, Alan Lawrence wrote: When cross-testing, the -DITERATIONS=1000 flag replaced the -pthread required for linux targets, so the test failed to build. I've pushed the following test fix as r221666: Ah yes, of course it does! Thanks for the fix. Index: