summaryrefslogtreecommitdiffstats
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
parentb4a11eb5d6e2dff466a24b3e82bfbaa0d5bc593c (diff)
gcc-8-dev: Limit lib[lt]san.0 deps to amd64-linux-any
-rw-r--r--changelog7
-rw-r--r--gcc-8-dev.pkg/control4
2 files changed, 9 insertions, 2 deletions
diff --git a/changelog b/changelog
index a93a7da..7da04b3 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,10 @@
+gcc-8 (8.3.0+sip1-2) trunk
+
+ * gcc-8-dev: Drop liblsan.0 and libtsan.0 dependencies on architectures
+ those libraries don't support.
+
+ -- Patrick McDermott <patrick.mcdermott@libiquity.com> Fri, 31 May 2019 11:27:47 -0400
+
gcc-8 (8.3.0+sip1-1) trunk
* New upstream version.
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