diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2022-08-25 18:04:28 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2022-09-13 10:51:13 +0200 |
commit | 67438a53d092b3c63a2a8218e3d16495763c2023 (patch) | |
tree | 04ab9dc71012a19d6ff7deddcb8b5c85f5ef2f9b | |
parent | cd3aca120aac5c8817503290af3ce28085a02d83 (diff) | |
download | justbuild-67438a53d092b3c63a2a8218e3d16495763c2023.tar.gz |
Externals: Propagate CC/CXX/CFLAGS/CXXFLAGS variables
-rw-r--r-- | etc/import/TARGETS.boringssl | 4 | ||||
-rw-r--r-- | etc/import/TARGETS.git2 | 1 | ||||
-rw-r--r-- | etc/import/TARGETS.grpc | 3 | ||||
-rw-r--r-- | etc/import/TARGETS.protobuf | 5 | ||||
-rw-r--r-- | etc/import/TARGETS.zlib | 1 |
5 files changed, 12 insertions, 2 deletions
diff --git a/etc/import/TARGETS.boringssl b/etc/import/TARGETS.boringssl index e1098542..448d371d 100644 --- a/etc/import/TARGETS.boringssl +++ b/etc/import/TARGETS.boringssl @@ -22,8 +22,8 @@ , "TARGET_ARCH" , "COMPILER_FAMILY" , "DEBUG" - , "CC" - , "CFLAGS" + , "CXX" + , "CXXFLAGS" , "AR" , "ENV" ] diff --git a/etc/import/TARGETS.git2 b/etc/import/TARGETS.git2 index 3baa93c4..6d6d7c32 100644 --- a/etc/import/TARGETS.git2 +++ b/etc/import/TARGETS.git2 @@ -8,6 +8,7 @@ , "COMPILER_FAMILY" , "DEBUG" , "CC" + , "CFLAGS" , "AR" , "ENV" , "USE_SYSTEM_LIBS" diff --git a/etc/import/TARGETS.grpc b/etc/import/TARGETS.grpc index 23c1436b..be14580b 100644 --- a/etc/import/TARGETS.grpc +++ b/etc/import/TARGETS.grpc @@ -1584,6 +1584,9 @@ , "COMPILER_FAMILY" , "DEBUG" , "CC" + , "CXX" + , "CFLAGS" + , "CXXFLAGS" , "AR" , "ENV" ] diff --git a/etc/import/TARGETS.protobuf b/etc/import/TARGETS.protobuf index 32b61d6c..0cc376fc 100644 --- a/etc/import/TARGETS.protobuf +++ b/etc/import/TARGETS.protobuf @@ -15,6 +15,7 @@ , "COMPILER_FAMILY" , "DEBUG" , "CXX" + , "CXXFLAGS" , "AR" , "ENV" ] @@ -31,6 +32,7 @@ , "COMPILER_FAMILY" , "DEBUG" , "CXX" + , "CXXFLAGS" , "AR" , "ENV" ] @@ -52,6 +54,9 @@ , "COMPILER_FAMILY" , "DEBUG" , "CXX" + , "CXXFLAGS" + , "CC" + , "CFLAGS" , "AR" , "ENV" ] diff --git a/etc/import/TARGETS.zlib b/etc/import/TARGETS.zlib index 03c0d01e..3209c419 100644 --- a/etc/import/TARGETS.zlib +++ b/etc/import/TARGETS.zlib @@ -8,6 +8,7 @@ , "COMPILER_FAMILY" , "DEBUG" , "CC" + , "CFLAGS" , "AR" , "ENV" ] |