add check on mutex lock return value with qnx CAAM

This commit is contained in:
Jacob Barthelmeh
2021-12-20 17:41:06 -07:00
parent 6b47954d58
commit 343cfb32f2
5 changed files with 40 additions and 24 deletions

View File

@@ -5,7 +5,7 @@ PLATFORM = armv7le
OUTPUT_DIR = build
TARGET = $(ARTIFACT)
CC = qcc -Vgcc_nto$(PLATFORM)
CC ?= qcc -Vgcc_nto$(PLATFORM)
CXX = qcc -lang-c++ -Vgcc_nto$(PLATFORM)
LD = $(CC)