mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
VxWorks Update
1. Replace the WOLFSSL_PTHREADS option for VxWorks builds, but comment it out. 2. Added a comment about using the pthreads wrappers for mutexes in VxWorks.
This commit is contained in:
@ -398,6 +398,8 @@
|
|||||||
#ifdef VXWORKS_SIM
|
#ifdef VXWORKS_SIM
|
||||||
#define TFM_NO_ASM
|
#define TFM_NO_ASM
|
||||||
#endif
|
#endif
|
||||||
|
/* For VxWorks pthreads wrappers for mutexes uncomment the next line. */
|
||||||
|
/* #define WOLFSSL_PTHREADS */
|
||||||
#define WOLFSSL_HAVE_MIN
|
#define WOLFSSL_HAVE_MIN
|
||||||
#define WOLFSSL_HAVE_MAX
|
#define WOLFSSL_HAVE_MAX
|
||||||
#define USE_FAST_MATH
|
#define USE_FAST_MATH
|
||||||
|
Reference in New Issue
Block a user