summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-05-26 16:21:42 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-05-26 16:21:42 (EDT)
commit902573e8e52891303773bb775c7c2693cf85dfd0 (patch)
treece70dfe0a166085342af6cfaa1e6391d68c9ac04
parent1997fb4a75aba11be2c806222a355e418dad28b3 (diff)
changelog: Update
-rw-r--r--changelog25
1 files changed, 25 insertions, 0 deletions
diff --git a/changelog b/changelog
index 8e85265..a18801c 100644
--- a/changelog
+++ b/changelog
@@ -1,9 +1,34 @@
gcc-8 (8.3.0+sip1-1) trunk
* New upstream version.
+ - libmudflap.0, libmudflap.0-4.7-dev: Remove.
+ - Apply proposed patch for PR55930 (libatomic build failure in GCC 4.8 and
+ later).
* Update Maintainer and Homepage fields.
* Remove embedded copy of zlib (contains non-free IETC RFCs and isn't
needed anyway).
+ * Update/finish copyright file.
+ * Drop patch that allows installation directories to be changed and makes
+ the driver search the additional executable, startfile/library, and
+ include directories. Instead, set the executable and startfile/library
+ search directories in a config header, define the preprocessor's include
+ file search directories through the (patched) build system, and move files
+ after installation by the build system.
+ * cpp-4.7: Replace with target-specific cpp-8-* packages.
+ * cpp-8-*, gcc-8-*, g++-8-*: Install cc1, cc1plus, collect2, lto-wrapper,
+ and lto1 under /usr/libexec.
+ * cpp-8-*: Move liblto_plugin.so* to gcc-8-*.
+ * gcc-8-dev: New package to provide development files for GCC libraries,
+ previously provided in gcc-4.7-*.
+ * libstdc++.6-4.7-dev: Replace with libstdc++-8-dev (drop soversion).
+ * libasan.5, libatomic.1, libcc1.0, liblsan.0, libtsan.0, libubsan.1: New
+ packages.
+ * libitm.1: Remove package, unused in ProteanOS.
+ * gcc-8-dev, libstdc++-8-dev: Remove static libraries.
+ * Replace "/gcc-<version>/" and "/c++-<version>/" with "/gcc/<version>/" and
+ "/c++/<version>/" respectively in directory paths.
+ * Use automatic shared library dependencies.
+ * Build with 4 parallel jobs by default.
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Thu, 02 May 2019 16:20:43 -0400