summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Shienkov <denis.shienkov@gmail.com>2021-02-27 21:51:59 +0300
committerDenis Shienkov <denis.shienkov@gmail.com>2021-02-28 08:40:24 +0000
commit316acdd4db8fcb788f5cbf54dad729820b65ca09 (patch)
treec01d5ac07794c4cbdf4371d107f9d0e1ffafcab7
parent62bbaa0437fd16348ac15453d7c7f788407da631 (diff)
downloadqbs-316acdd4db8fcb788f5cbf54dad729820b65ca09.tar.gz
baremetal: Pass tests for IAR 78K toolchain
We need to pass the C and C ++ compiler flags because the new `compilerDefinesByLanguage ()` test uses the `cpp` files. Change-Id: Ic813e74da3bccbed60a55052d546c1de69a408d8 Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com>
-rw-r--r--tests/auto/blackbox/testdata-baremetal/BareMetalProduct.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/blackbox/testdata-baremetal/BareMetalProduct.qbs b/tests/auto/blackbox/testdata-baremetal/BareMetalProduct.qbs
index 4ec613e93..5db988078 100644
--- a/tests/auto/blackbox/testdata-baremetal/BareMetalProduct.qbs
+++ b/tests/auto/blackbox/testdata-baremetal/BareMetalProduct.qbs
@@ -44,7 +44,7 @@ Product {
Properties {
condition: qbs.toolchain.contains("iar")
&& qbs.architecture === "78k"
- cpp.cFlags: [
+ cpp.commonCompilerFlags: [
"--core", "78k0",
"--code_model", "standard"
]