mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Improve make pthread linking mechanism
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
@ -218,7 +218,7 @@ pre_initialize_variables () {
|
||||
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.
|
||||
|
Reference in New Issue
Block a user