summaryrefslogtreecommitdiff
path: root/TARGETS
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2022-08-23 18:36:11 +0200
committerOliver Reiche <oliver.reiche@huawei.com>2022-09-13 10:51:13 +0200
commitcd3aca120aac5c8817503290af3ce28085a02d83 (patch)
tree7f371d17f5d2e6305d0b17e4ba7cd22ed2d8a8cf /TARGETS
parent4bd4a86034feb3c12c2980a8973eb2b93faa7445 (diff)
downloadjustbuild-cd3aca120aac5c8817503290af3ce28085a02d83.tar.gz
Externals: Propagate 'COMPILER_FAMILY' and 'DEBUG' variables
Diffstat (limited to 'TARGETS')
-rw-r--r--TARGETS14
1 files changed, 13 insertions, 1 deletions
diff --git a/TARGETS b/TARGETS
index 18966d67..d84966c5 100644
--- a/TARGETS
+++ b/TARGETS
@@ -7,6 +7,8 @@
, "ARCH"
, "HOST_ARCH"
, "TARGET_ARCH"
+ , "DEBUG"
+ , "COMPILER_FAMILY"
, "CC"
, "CXX"
, "AR"
@@ -33,7 +35,17 @@
, "USE_GSSAPI": false
}
, "flexible_config":
- ["OS", "ARCH", "HOST_ARCH", "TARGET_ARCH", "CXX", "AR", "ENV"]
+ [ "OS"
+ , "ARCH"
+ , "HOST_ARCH"
+ , "TARGET_ARCH"
+ , "COMPILER_FAMILY"
+ , "DEBUG"
+ , "CXX"
+ , "CC"
+ , "AR"
+ , "ENV"
+ ]
}
, "just-ext-hdrs":
{ "type": ["@", "rules", "CC", "configure"]