diff options
-rw-r--r-- | changelog | 7 | ||||
-rw-r--r-- | gcc-8-dev.pkg/control | 4 |
2 files changed, 9 insertions, 2 deletions
@@ -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 |