summaryrefslogtreecommitdiff
path: root/etc/defaults
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2022-09-15 15:00:28 +0200
committerOliver Reiche <oliver.reiche@huawei.com>2022-09-16 11:37:27 +0200
commitef3063113417544cf523fcc4717a80e92ecb2604 (patch)
tree8cac27e41a73ca669b77f411f940da3f76d44814 /etc/defaults
parentf9e693dd3a23c117b5bdb7e35681a855053dd9e9 (diff)
downloadjustbuild-ef3063113417544cf523fcc4717a80e92ecb2604.tar.gz
Toolchain: Disable ABI warning for 32bit ARM GCC
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/CC/TARGETS9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/defaults/CC/TARGETS b/etc/defaults/CC/TARGETS
index 39e26f86..e028b67f 100644
--- a/etc/defaults/CC/TARGETS
+++ b/etc/defaults/CC/TARGETS
@@ -146,6 +146,15 @@
}
}
}
+ , "CXXFLAGS":
+ { "type": "case"
+ , "expr":
+ { "type": "var"
+ , "name": "TARGET_ARCH"
+ , "default": {"type": "var", "name": "ARCH"}
+ }
+ , "case": {"arm": ["-Wno-psabi"]}
+ }
, "AR":
{ "type": "let*"
, "bindings":