summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--changelog7
-rw-r--r--copyright2
-rw-r--r--gcc-8-dev.pkg/control4
3 files changed, 10 insertions, 3 deletions
diff --git a/changelog b/changelog
index a93a7da..98f6f92 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,10 @@
+gcc-8 (8.4.0+sip1-1) 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/copyright b/copyright
index 3002ab1..1d57ba6 100644
--- a/copyright
+++ b/copyright
@@ -4,7 +4,7 @@ gcc
In General
----------
-Copyright (C) 1986-2018 Free Software Foundation, Inc.
+Copyright (C) 1986-2019 Free Software Foundation, Inc.
This file is part of GCC.
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