CVS log for pkgsrc/lang/gcc9/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / lang / gcc9
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.49: download - view: text, markup, annotated - select for diffs
Thu Oct 5 06:03:11 2023 UTC (13 months, 4 weeks ago) by gutteridge
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4,
HEAD
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -2
lines
gcc9: move admonition about PKGREVSION next to the entry (NFC)
(Fix my previous adjustment.)
Revision 1.48: download - view: text, markup, annotated - select for diffs
Thu Oct 5 05:20:10 2023 UTC (13 months, 4 weeks ago) by gutteridge
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -2
lines
gcc*-libs: fix PKGREVISION values that got out of sync (again)
Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue Aug 29 09:48:47 2023 UTC (15 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +6 -1
lines
gcc*: Disable FORTIFY on Linux only
Revision 1.46: download - view: text, markup, annotated - select for diffs
Fri Aug 18 10:57:58 2023 UTC (15 months, 2 weeks ago) by nia
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +5 -1
lines
lang/gccX: switch from USE_LANGUAGES=c99 to USE_CC_FEATURES/FORCE_C_STD.
Revision 1.45: download - view: text, markup, annotated - select for diffs
Mon Aug 14 05:24:43 2023 UTC (15 months, 2 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -1
lines
*: recursive bump for Python 3.11 as new default
Revision 1.44: download - view: text, markup, annotated - select for diffs
Sat Jun 3 13:22:44 2023 UTC (17 months, 4 weeks ago) by riastradh
Branches: MAIN
CVS tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -2
lines
lang/gcc*: USE_TOOLS+=sed, not sed:run.
As far as I can tell, gcc needs this at build-time, not at run-time.
https://mail-index.netbsd.org/tech-pkg/2023/06/02/msg027624.html
Revision 1.43: download - view: text, markup, annotated - select for diffs
Sat Jun 3 13:22:04 2023 UTC (17 months, 4 weeks ago) by riastradh
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +6 -1
lines
lang/gcc*: Set CC_FOR_BUILD and CXX_FOR_BUILD if cross-compiling.
Verified gcc6 and gcc7 cross-compile on NetBSD, at least if the
gcc-fortran option is disabled. gcc8 and gcc9 have trouble because
of python (why do these have a full dependency on python?); gcc10 and
gcc12 are missing gcc/config/mips/netbsd64.h; gcc12 and gcc13 have a
cross-compile bug with missing __LIBGCC_*__ macros -- but in any
case, setting CC_FOR_BUILD and CXX_FOR_BUILD is obviously necessary
for cross-compilation. Conditional on USE_CROSS_COMPILE, so no harm
to native builds.
Revision 1.42: download - view: text, markup, annotated - select for diffs
Sun Jan 29 09:03:15 2023 UTC (22 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -3
lines
gcc9: update to 9.5.0.
2 years of bug fixes.
Revision 1.40.2.1: download - view: text, markup, annotated - select for diffs
Sat Jan 21 14:48:41 2023 UTC (22 months, 1 week ago) by bsiegert
Branches: pkgsrc-2022Q4
Diff to: previous 1.40: preferred, colored; next MAIN 1.41: preferred, colored
Changes since revision 1.40: +2 -2
lines
Pullup ticket #6723 - requested by tsutsui
x11/qt6-qtbase: i386 build fix
lang/gcc9: dependent update
Revisions pulled up:
- lang/gcc9-libs/Makefile 1.8
- lang/gcc9/Makefile 1.41
- lang/gcc9/distinfo 1.10
- lang/gcc9/patches/patch-gcc_targhooks.c 1.1
- x11/qt6-qtbase/Makefile.common 1.26
---
Module Name: pkgsrc
Committed By: tsutsui
Date: Sun Jan 1 12:59:39 UTC 2023
Modified Files:
pkgsrc/lang/gcc9: Makefile distinfo
Added Files:
pkgsrc/lang/gcc9/patches: patch-gcc_targhooks.c
Log Message:
gcc9: pull a hack for the __stack_chk_fail_local() on NetBSD.
Taken from src/external/gpl3/gcc/dist/gcc/targhooks.c in the NetBSD HEAD:
http://cvsweb.netbsd.org/bsdweb.cgi/src/external/gpl3/gcc/dist/gcc/targhooks.c#rev1.2
via pkgsrc/lang/gcc49 in Attic:
http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/lang/gcc49/patches/Attic/patch-gcc_targhooks.c#rev1.1
This fixes an error during make configure in pkgsrc/x11/qt6-qtbase
on NetBSD/i386 9.3 as mentioned in PR/57151.
Bump PKGREVISION.
---
Module Name: pkgsrc
Committed By: tsutsui
Date: Sun Jan 1 13:00:54 UTC 2023
Modified Files:
pkgsrc/lang/gcc9-libs: Makefile
Log Message:
gcc9-libs: bump PKGREVISION to follow gcc9 bump.
---
Module Name: pkgsrc
Committed By: tsutsui
Date: Sun Jan 8 08:13:31 UTC 2023
Modified Files:
pkgsrc/x11/qt6-qtbase: Makefile.common
Log Message:
qt6-qtbase: fix build failure on NetBSD/i386.
Closes PR/57151.
No PKGREVISION bump because buildable ports are not affected.
Revision 1.41: download - view: text, markup, annotated - select for diffs
Sun Jan 1 12:59:39 2023 UTC (23 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2
lines
gcc9: pull a hack for the __stack_chk_fail_local() on NetBSD.
Taken from src/external/gpl3/gcc/dist/gcc/targhooks.c in the NetBSD HEAD:
http://cvsweb.netbsd.org/bsdweb.cgi/src/external/gpl3/gcc/dist/gcc/targhooks.c#rev1.2
via pkgsrc/lang/gcc49 in Attic:
http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/lang/gcc49/patches/Attic/patch-gcc_targhooks.c#rev1.1
This fixes an error during make configure in pkgsrc/x11/qt6-qtbase
on NetBSD/i386 9.3 as mentioned in PR/57151.
Bump PKGREVISION.
Revision 1.40: download - view: text, markup, annotated - select for diffs
Sat Oct 22 10:52:27 2022 UTC (2 years, 1 month ago) by nros
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base
Branch point for: pkgsrc-2022Q4
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -2
lines
gcc9: set correct download directory
Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed Aug 10 21:54:47 2022 UTC (2 years, 3 months ago) by jperkin
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -3
lines
gcc: Switch binutils to DEPENDS instead of bl3.
Both gcc and binutils ship an ansidecl.h. Until now this hasn't been a
problem, but the recent binutils 2.39 update ships an ansidecl.h that removes
things like "PTR" which GCC depends on, and it seems as though the binutils
version is being chosen ahead of the in-tree GCC version so the build breaks.
Avoiding buildink3 ensures the headers aren't visible, and the builds are
now progressing further.
Revision 1.38: download - view: text, markup, annotated - select for diffs
Thu Jun 30 11:18:32 2022 UTC (2 years, 5 months ago) by nia
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2
lines
*: Revbump packages that use Python at runtime without a PKGNAME prefix
Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Jun 28 11:34:11 2022 UTC (2 years, 5 months ago) by wiz
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2
lines
*: recursive bump for perl 5.36
Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun Mar 27 15:06:11 2022 UTC (2 years, 8 months ago) by tnn
Branches: MAIN
CVS tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +9 -3
lines
gcc*: only use system zlib if it is native, else use bundled
This is the logic we have in gcc8. Replicate it to newer GCC packages.
Using pkgsrc zlib causes problems linking gcov(1) on at least Linux
and SunOS. It is not worth bend-over-backwards rpath-patching.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Mar 10 16:43:11 2022 UTC (2 years, 8 months ago) by nia
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2
lines
gcc8: deconditionalize CHECK_RELRO_SKIP
as hinted by mef's recent bulk build, it appears to be more complicated
than simply a matter of bootstrapping
Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Oct 12 13:46:15 2021 UTC (3 years, 1 month ago) by tnn
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +4 -4
lines
lang/gcc*: skip some RELRO checks when --disable-boostrap
This relates to the case when GCC is built using clang host CC. In that
case the runtime libraries are not built with RELRO for some reason.
for the gcc*-libs/ packages, mark them as RELRO_SUPPORTED=no unconditionally.
RELRO status depends on how the parent gcc package was built so we don't
need nor care about the RELRO status here.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri Oct 1 11:49:59 2021 UTC (3 years, 2 months ago) by nia
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +4 -1
lines
gcc*: Unsafe for MKPIE. Reported by tnn.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Sat Jun 26 17:42:23 2021 UTC (3 years, 5 months ago) by tnn
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +4 -1
lines
gcc*: disable full bootstrap when the pkgsrc compiler is clang
LLVM versions >= 12 cannot currently correctly compile gcc stage 1 because
GCC assumes references to certain symbols like "ix86_isa_flags" will be
optimized away.
Details: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255760
Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon May 24 19:52:31 2021 UTC (3 years, 6 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2
lines
*: recursive bump for perl 5.34
Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Apr 18 11:52:16 2021 UTC (3 years, 7 months ago) by gson
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +3 -1
lines
GCC does not support Darwin-*-aarch64.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Feb 13 15:56:17 2021 UTC (3 years, 9 months ago) by maya
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2
lines
lang/gcc{6,7,8,9,0}: call SUBTARGET_INIT_BUILTINS on sparc* too
While here point out that the aarch64 equivalent patch was sent upstream.
Bump PKGREVISION. fix gcc*-libs PKGREVISION accordingly.
Fixes PR pkg/55992: math/blas fails on NetBSD/sparc64
Fixes report by Connor McLaughlan on pkgsrc-users
Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Feb 12 00:42:05 2021 UTC (3 years, 9 months ago) by gutteridge
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +5 -2
lines
gcc9: add comment about gcc9-libs PKGREVISION rule
Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Feb 9 10:37:18 2021 UTC (3 years, 9 months ago) by wiz
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +3 -3
lines
gcc9: fix typo in GENERATE_PLIST to fix packaging
Fix indentation.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Feb 5 10:28:40 2021 UTC (3 years, 9 months ago) by maya
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +4 -17
lines
lang/gcc9: return to generated PLIST, we don't have an answer to include-fixed
Remove workaround for RHEL 7. This workaround resulted in gcc/configure
failing to find dlfcn.h. The build doesn't appear to need it.
Fixes install on both Fedora 33 and CentOS 7 (the docker image, at least).
Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Dec 4 20:45:26 2020 UTC (3 years, 11 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2
lines
Revbump packages with a runtime Python dep but no version prefix.
For the Python 3.8 default switch.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Sep 17 12:26:38 2020 UTC (4 years, 2 months ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +8 -2
lines
gcc9: Pass correct RPATH, bump PKGREVISION
* Use gcc7's patch, suggested by jperkin@.
* Fix build of math/blas for example.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Sep 2 16:11:28 2020 UTC (4 years, 2 months ago) by ryoon
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +5 -4
lines
gcc9: Add buidlink3.mk to select GCC with GCC_REQD
* And for gcc9-libs, introduce version.mk.
* A part of PR pkg/55637.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Aug 31 18:09:49 2020 UTC (4 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2
lines
*: bump PKGREVISION for perl-5.32.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun May 17 22:36:07 2020 UTC (4 years, 6 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2
lines
lang/gcc9: fix build with -Werror=char-subscripts
Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat May 9 18:03:58 2020 UTC (4 years, 6 months ago) by rillig
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -3
lines
lang/gcc9: fix build in strict environment
Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Apr 27 03:51:04 2020 UTC (4 years, 7 months ago) by rillig
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -8
lines
lang/gcc9: remove no-op SUBST block
As noted in the comment, this has been fixed upstream.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Apr 20 14:25:52 2020 UTC (4 years, 7 months ago) by bsiegert
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -1
lines
gcc9: start fixing gccgo build under NetBSD.
This fixes the build of the "runtime" package, now the compilation is
stuck in the "syscall" package instead.
Submitted upstream as https://go-review.googlesource.com/c/gofrontend/+/228918/.
Upstream bug report at https://github.com/golang/go/issues/38538.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Apr 8 16:35:59 2020 UTC (4 years, 7 months ago) by wiz
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -4
lines
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.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Mar 8 23:52:54 2020 UTC (4 years, 8 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2
lines
lang/gcc9: drop maintainership
Everyone is free again to modify this package to their needs, such as
having an auto-generated PLIST or custom patches from the previous GCC
versions.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Feb 23 19:10:08 2020 UTC (4 years, 9 months ago) by rillig
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -7
lines
lang/gcc9: remove no-op SUBST class
The word GCC_TARGET_MACHINE doesn't appear in the whole GCC source tree.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Feb 12 04:28:35 2020 UTC (4 years, 9 months ago) by rillig
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +6 -1
lines
lang/gcc9: document that NetBSD-*-aarch64 is not supported
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Feb 12 04:26:12 2020 UTC (4 years, 9 months ago) by rillig
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -11
lines
lang/gcc9: clean up section on Linux build failures
Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Jan 28 21:33:39 2020 UTC (4 years, 10 months ago) by rillig
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -1
lines
lang/gcc9: fix build on Debian unstable
Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Jan 28 04:39:55 2020 UTC (4 years, 10 months ago) by rillig
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -1
lines
lang/gcc9: try once more to make the Linux build succeed
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Jan 28 04:02:34 2020 UTC (4 years, 10 months ago) by rillig
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2
lines
lang/gcc9: add myself as maintainer
I created the package (based on lang/gcc8) and made the PLIST check
intentionally strict, to document which files are installed under which
circumstances. Therefore it's only fair that I get all the bug reports
directly.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Jan 28 03:58:26 2020 UTC (4 years, 10 months ago) by rillig
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +6 -5
lines
lang/gcc9: use BROKEN_ON_PLATFORM instead of NOT_FOR_PLATFORM
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Jan 25 20:31:39 2020 UTC (4 years, 10 months ago) by rillig
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -2
lines
lang/gcc9: try to build on Linux
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Jan 25 20:29:11 2020 UTC (4 years, 10 months ago) by rillig
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +13 -1
lines
lang/gcc9: broken on SunOS-*-x86_64
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Jan 25 20:20:45 2020 UTC (4 years, 10 months ago) by rillig
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +14 -1
lines
lang/gcc9: broken on Linux-*-x86_64
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Jan 18 22:41:30 2020 UTC (4 years, 10 months ago) by rillig
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -4
lines
lang/gcc9: inline GCC9_PKGBASE, for consistency
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Jan 11 09:48:11 2020 UTC (4 years, 10 months ago) by rillig
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1
lines
lang/gcc9: enable nls on all platforms by default
Having nls enabled on some platforms and not on others doesn't make sense
since the code for doing that didn't provide any rationale. If some
platforms don't support nls, it's better to blacklist them explicitly.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Jan 10 07:50:25 2020 UTC (4 years, 10 months ago) by rillig
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -4
lines
lang/gcc9: remove reference to nonexisting gcc9-libs
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jan 6 15:43:51 2020 UTC (4 years, 10 months ago) by rillig
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +6 -1
lines
lang/gcc9: fix build on NetBSD-9.0_RC1-amd64
gcc9 needs to install the fixed malloc.h in that configuration.
On NetBSD-8.0-amd64 this was not necessary though.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Jan 5 21:15:45 2020 UTC (4 years, 10 months ago) by rillig
Branches: MAIN
lang/gcc9: add gcc-9.2.0
The GNU Compiler Collection includes front ends for C, C++, Objective-C,
Fortran, Ada, Go, and D, as well as libraries for these languages
(libstdc++,...).
This is the 2019 version, initially released in April 2019.
pkgsrc-specific changes to lang/gcc8:
The PLIST file is fixed, to guarantee that all expected files are
installed properly. In lang/gcc8 it had been autogenerated.
Only those patches have been kept that were strictly necessary to build
GCC on NetBSD-amd64. The others may be added from lang/gcc8 as necessary.
Tested by bootstrapping pkgsrc using CC=$PREFIX/gcc9/bin/gcc.
CVSweb <webmaster@jp.NetBSD.org>