1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
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.
- 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-*.
* cpp-8-*, gcc-8-*, g++-8-*: Slightly improve descriptions.
* 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.
* By default, build with as many parallel jobs as there are online CPUs.
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Thu, 30 May 2019 16:31:27 -0400
gcc-4.7 (4.7.3+sip1-1) trunk
* Initial release.
-- "P. J. McDermott" <pj@pehjota.net> Sun, 16 Mar 2014 00:26:11 -0400
|