summaryrefslogtreecommitdiffstats
path: root/gcc-8-dev.pkg/control
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-05-31 11:30:15 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-05-31 11:30:15 (EDT)
commit323d499ed7fa3560d0ffef4a28f3dccb2e028bbf (patch)
treeebbc1c28fa0cca30ef09ab4bfb7009b2e0803606 /gcc-8-dev.pkg/control
parentb4a11eb5d6e2dff466a24b3e82bfbaa0d5bc593c (diff)
gcc-8-dev: Limit lib[lt]san.0 deps to amd64-linux-any
Diffstat (limited to 'gcc-8-dev.pkg/control')
-rw-r--r--gcc-8-dev.pkg/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc-8-dev.pkg/control b/gcc-8-dev.pkg/control
index c958071..d01ad59 100644
--- a/gcc-8-dev.pkg/control
+++ b/gcc-8-dev.pkg/control
@@ -6,9 +6,9 @@ Depends: gcc-${Base-Version}-common (= ${Binary-Version}),
libcc1.0 (>= ${Binary-Version}),
libgcc.1 (>= ${Binary-Version}),
libgomp.1 (>= ${Binary-Version}),
- liblsan.0 (>= ${Binary-Version}),
+ liblsan.0 (>= ${Binary-Version}) [amd64-linux-any],
libssp.0 (>= ${Binary-Version}),
- libtsan.0 (>= ${Binary-Version}),
+ libtsan.0 (>= ${Binary-Version}) [amd64-linux-any],
libubsan.1 (>= ${Binary-Version}),
Description: GNU Compiler Collection libraries - development files
This package provides the headers and library files necessary to build C