From 466db74d299c188dc53819a236c6803064522933 Mon Sep 17 00:00:00 2001 From: Mark Charlebois Date: Mon, 18 May 2015 12:21:53 -0700 Subject: [PATCH] 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 --- makefiles/toolchain_hexagon.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/makefiles/toolchain_hexagon.mk b/makefiles/toolchain_hexagon.mk index a220baa594..7135158aa8 100644 --- a/makefiles/toolchain_hexagon.mk +++ b/makefiles/toolchain_hexagon.mk @@ -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 \