commit | 79dc6dad81a897caca0fe24cfce5be81925e48dc | [log] [tgz] |
---|---|---|
author | Paul Elliott <paul.elliott@arm.com> | Mon Dec 11 17:52:03 2023 +0000 |
committer | Paul Elliott <paul.elliott@arm.com> | Mon Dec 18 14:49:34 2023 +0000 |
tree | 81933ce3493d93ebed78061e56350e3bf8933069 | |
parent | 40f0ec246ea68195e74ffe20c3d8f4c700f732d2 [diff] |
Improve make pthread linking mechanism Signed-off-by: Paul Elliott <paul.elliott@arm.com>
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 65203e8..933c563 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh
@@ -218,7 +218,7 @@ done # Option to enable linking with pthreads under make - MAKE_THREADING_FLAGS="PTHREAD=1" + MAKE_THREADING_FLAGS="THREADING=pthread" } # Test whether the component $1 is included in the command line patterns.