Commit graph

4 commits

Author SHA1 Message Date
joerg
a9be2fbf85 Fix PLIST for libgcc handling. 2020-05-14 19:19:13 +00:00
wiz
583b1263b8 gcc9: update to 9.3.0.
GCC 9.3 is a bug-fix release from the GCC 9 branch containing
important fixes for regressions and serious bugs in GCC 9.2 with
more than 157 bugs fixed since the previous release.

Fix RELRO build while here.
Adapt PLIST.Linux by guessing.
2020-04-08 16:35:59 +00:00
rillig
6b935294a1 lang/gcc9: make PLIST entries conditional on NetBSD-*-x86_64
This allows to install gcc9 with all its PKG_OPTIONS disabled. This still
installs the C++ compiler. The C++ include files end up in the private
directory though.
2020-01-10 07:46:43 +00:00
rillig
162dbe4f7b lang/gcc9: split PLIST into platform-specific files
The PLISTs differ a lot between the platforms. For gathering the initial
data it is easier to just list the files per platform than trying to get
all the conditions right in the first place.

There will be conditions for operating systems, for platforms, for
features, for version-specific include files to be fixed, for installed
programming languages, for nls, and several more.
2020-01-10 00:28:03 +00:00