QuRT: Added define so pthread functions are enabled

Added -D__QDSP6_DINKUM_PTHREAD_TYPES__ to makefiles/toolchain_hexagon.mk
so the pthreads functions are properly defined.

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
Mark Charlebois 2015-05-18 12:21:53 -07:00
parent dcb55ff38d
commit 466db74d29
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ endif
ARCHDEFINES += -DCONFIG_ARCH_BOARD_$(CONFIG_BOARD) \
-D__PX4_QURT -D__PX4_POSIX \
-D__EXPORT= \
-D__QDSP6_DINKUM_PTHREAD_TYPES__ \
-Dnoreturn_function= \
-Drestrict= \
-I$(HEXAGON_TOOLS_ROOT)/gnu/hexagon/include \