diff options
Diffstat (limited to 'etc/import/absl/synchronization/TARGETS.absl')
-rw-r--r-- | etc/import/absl/synchronization/TARGETS.absl | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/etc/import/absl/synchronization/TARGETS.absl b/etc/import/absl/synchronization/TARGETS.absl index 3ca1d759..84a1a964 100644 --- a/etc/import/absl/synchronization/TARGETS.absl +++ b/etc/import/absl/synchronization/TARGETS.absl @@ -50,14 +50,9 @@ , "expr": { "type": "var" , "name": "TARGET_ARCH" - , "default": - { "type": "var" - , "name": "ARCH" - , "default": - {"type": "fail", "msg": "Required variable 'ARCH' is not set."} - } + , "default": {"type": "var", "name": "ARCH", "default": "unknown"} } - , "case": {"arm": ["-latomic"]} + , "case": {"arm": ["-latomic"], "unknown": ["-latomic"]} } ] } |