From 52478d8ad18dcdcaa4347a77bed6169c8560c462 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Wed, 12 Aug 2015 15:29:58 +0200 Subject: [PATCH] allow for target and os specific flags --- App/tools/driver.makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/App/tools/driver.makefile b/App/tools/driver.makefile index 053c4b7..e49bd80 100644 --- a/App/tools/driver.makefile +++ b/App/tools/driver.makefile @@ -438,6 +438,7 @@ endif else # in O.* ## RUN 4 # in O.* directory +$(foreach v, USR_CFLAGS USR_CXXFLAGS USR_CPPFLAGS, $(eval $v+=$${$v_${OS_CLASS}} $${$v_${T_A}})) CFLAGS += ${EXTRA_CFLAGS} TESTVERSION := $(shell echo "${LIBVERSION}" | grep -v -E "^[0-9]+\.[0-9]+\.[0-9]+\$$")