diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-30 10:32:32 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-30 10:32:32 (EDT) |
commit | c81fb33f763abc02831f0440572d721eb76d9ab2 (patch) | |
tree | 831b92e3be14c693a6e86e5a1afadc795e2f1378 | |
parent | c21da89677f0aea21bb172b8b097ef95e3e47aa4 (diff) |
liblsan.0, libtsan.0: Reduce Architecture to amd64-linux-any
-rw-r--r-- | liblsan.0.pkg/control | 3 | ||||
-rw-r--r-- | libtsan.0.pkg/control | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/liblsan.0.pkg/control b/liblsan.0.pkg/control index 65ee895..5e526c2 100644 --- a/liblsan.0.pkg/control +++ b/liblsan.0.pkg/control @@ -1,4 +1,5 @@ -Architecture: any +# See libsanitizer/configure.tgt for supported architectures. +Architecture: amd64-linux-any Platform: all Depends: gcc-${Base-Version}-common (= ${Binary-Version}), ${Shlib-Depends}, Description: LeakSanitizer (LSan), a memory leak detector diff --git a/libtsan.0.pkg/control b/libtsan.0.pkg/control index ea5444c..6c53498 100644 --- a/libtsan.0.pkg/control +++ b/libtsan.0.pkg/control @@ -1,4 +1,5 @@ -Architecture: any +# See libsanitizer/configure.tgt for supported architectures. +Architecture: amd64-linux-any Platform: all Depends: gcc-${Base-Version}-common (= ${Binary-Version}), ${Shlib-Depends}, Description: ThreadSanitizer (TSan), a race detector |