CVS log for pkgsrc/lang/gcc8/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / lang / gcc8
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.42: download - view: text, markup, annotated - select for diffs
Thu Oct 5 05:27:38 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.41: preferred, colored
Changes since revision 1.41: +2 -2
lines
gcc8: move admonition about PKGREVSION next to the entry (NFC)
(Not that that makes any difference when automated tools are involved.)
Revision 1.41: 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.40: preferred, colored
Changes since revision 1.40: +6 -1
lines
gcc*: Disable FORTIFY on Linux only
Revision 1.40: 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.39: preferred, colored
Changes since revision 1.39: +6 -2
lines
lang/gccX: switch from USE_LANGUAGES=c99 to USE_CC_FEATURES/FORCE_C_STD.
Revision 1.39: download - view: text, markup, annotated - select for diffs
Tue Aug 15 13:49:17 2023 UTC (15 months, 2 weeks ago) by tnn
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +4 -3
lines
gcc*: replace gnarly cargo-culted extract logic with EXTRACT_ONLY
Revision 1.38: 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.37: preferred, colored
Changes since revision 1.37: +2 -1
lines
*: recursive bump for Python 3.11 as new default
Revision 1.37: download - view: text, markup, annotated - select for diffs
Sat Jun 3 13:22:43 2023 UTC (18 months ago) by riastradh
Branches: MAIN
CVS tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +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.36: download - view: text, markup, annotated - select for diffs
Sat Jun 3 13:22:04 2023 UTC (18 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +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.35: download - view: text, markup, annotated - select for diffs
Thu Mar 30 15:28:58 2023 UTC (20 months ago) by wiz
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +6 -6
lines
gcc8: fix some pkglint
Revision 1.34: download - view: text, markup, annotated - select for diffs
Sun Jan 29 10:47:33 2023 UTC (22 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -3
lines
gcc8: update to 8.5.0
one year of bugfixes
Revision 1.33: 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
CVS tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2
lines
*: Revbump packages that use Python at runtime without a PKGNAME prefix
Revision 1.32: 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.31: preferred, colored
Changes since revision 1.31: +2 -2
lines
*: recursive bump for perl 5.36
Revision 1.31: 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
CVS tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +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.30: 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.29: preferred, colored
Changes since revision 1.29: +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.29: 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.28: preferred, colored
Changes since revision 1.28: +4 -1
lines
gcc*: Unsafe for MKPIE. Reported by tnn.
Revision 1.28: 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.27: preferred, colored
Changes since revision 1.27: +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.27: 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.26: preferred, colored
Changes since revision 1.26: +2 -2
lines
*: recursive bump for perl 5.34
Revision 1.26: 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.25: preferred, colored
Changes since revision 1.25: +2 -2
lines
GCC does not support Darwin-*-aarch64.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Feb 13 15:56:16 2021 UTC (3 years, 9 months ago) by maya
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +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.24: 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.23: preferred, colored
Changes since revision 1.23: +2 -2
lines
Revbump packages with a runtime Python dep but no version prefix.
For the Python 3.8 default switch.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Oct 23 00:45:48 2020 UTC (4 years, 1 month ago) by gutteridge
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2
lines
Fix grammar in a comment in gcc* Makefiles
Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Oct 22 11:15:04 2020 UTC (4 years, 1 month ago) by jperkin
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -1
lines
gcc*: Skip CTF for gengtype, causes hangs.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Sep 17 22:04:15 2020 UTC (4 years, 2 months ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +8 -2
lines
gcc8: Pass default RPATH like gcc7, bump PKGREVISION
Revision 1.20: 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.19: preferred, colored
Changes since revision 1.19: +2 -1
lines
*: bump PKGREVISION for perl-5.32.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Apr 27 03:38:28 2020 UTC (4 years, 7 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -7
lines
lang/gcc8: remove no-op SUBST block
The file gcc/Makefile.in does not contain GCC_TARGET_MACHINE, and there
is no patch that adds this placeholder. The related words that actually
appear in Makefile.in are -DTARGET_MACHINE, $(target_noncanonical),
$(target), $(real_target_noncanonical).
Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Apr 8 06:39:57 2020 UTC (4 years, 7 months ago) by wiz
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -3
lines
gcc8*: update to 8.4.0
Changes not found. ~ one year of bug fixes on top of 8.3.0.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Apr 1 14:35:19 2020 UTC (4 years, 8 months ago) by wiz
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +15 -19
lines
gcc8*: reduce differences to gcc7*
This also fixes RELRO builds.
Bump PKGREVISION.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Mar 23 10:37:00 2020 UTC (4 years, 8 months ago) by tnn
Branches: MAIN
CVS tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -1
lines
gcc8: surround use of zlib/builtin.mk with CHECK_BUILTIN
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Mar 22 17:47:56 2020 UTC (4 years, 8 months ago) by tnn
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +7 -2
lines
gcc8: only use the system zlib if it is really the system's and not pkgsrc
GCC doesn't provide any flags for linking with zlib in non-standard
locations. Also, doing so could plausibly lead to cyclic dependencies.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Mar 18 12:50:56 2020 UTC (4 years, 8 months ago) by tnn
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -1
lines
gcc8: skip portability checks under contrib/
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Feb 12 05:02:11 2020 UTC (4 years, 9 months ago) by rillig
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -1
lines
lang/gcc8: disable check for unknown configure options
GCC has several configure scripts that all differ in their supported
options.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Jan 18 23:32:43 2020 UTC (4 years, 10 months ago) by rillig
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2
lines
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Jan 5 13:38:49 2020 UTC (4 years, 10 months ago) by rillig
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2
lines
lang/gcc8: fix DESCR
gcc-8.3 is not a development version.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Aug 11 13:21:20 2019 UTC (5 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2
lines
Bump PKGREVISIONs for perl 5.30.0
Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri May 31 09:23:57 2019 UTC (5 years, 6 months ago) by kamil
Branches: MAIN
CVS tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2
lines
gcc8: gcc8-libs: Upgrade to 8.3.0
GCC 8.3
This is the list of problem reports (PRs) from GCC's bug tracking system that are known to be fixed in the 8.3 release. This list might not be complete (that is, it is possible that some PRs that have been fixed are not listed here).
Windows
https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=8.3
A C++ Microsoft ABI bitfield layout bug, PR87137 has been fixed. A non-field declaration could cause the current bitfield allocation unit to be completed, incorrectly placing a following bitfield into a new allocation unit. The Microsoft ABI is selected for:
Mingw targets
PowerPC, IA-32 or x86-64 targets when the -mms-bitfields option is specified, or __attribute__((ms_struct)) is used
SuperH targets when the -mhitachi option is specified, or __attribute__((renesas)) is used
GCC 8 introduced additional cases of this defect, but rather than resolve only those regressions, we decided to resolve all the cases of this defect in single change.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Apr 25 07:33:02 2019 UTC (5 years, 7 months ago) by maya
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2
lines
PKGREVISION bump for anything using python without a PYPKGPREFIX.
This is a semi-manual PKGREVISION bump.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Nov 7 04:32:32 2018 UTC (6 years ago) by maya
Branches: MAIN
CVS tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2
lines
gcc8: Fix gcc/target/87221 better.
Link PIE executables with crtbeginS/crtendS on NetBSD.
Bump PKGREVISION
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Oct 28 22:21:04 2018 UTC (6 years, 1 month ago) by abs
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -1
lines
Add -fPIC to CRTSTUFF_CFLAGS to fix --enable-pie when building firefox
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87221
With this gcc8 can build a working firefox on NetBSD-8/amd64
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Oct 18 15:11:59 2018 UTC (6 years, 1 month ago) by jperkin
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -1
lines
gcc8: Add same SunOS mkostemp workaround as others.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Sep 15 03:06:15 2018 UTC (6 years, 2 months ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -2
lines
Update to 8.2.0
Changelog:
This is the list of problem reports (PRs) from GCC's bug tracking system
that are known to be fixed in the 8.2 release. This list might not be
complete (that is, it is possible that some PRs that have been fixed are
not listed here).
General Improvements
Fixed LTO link-time performance problems caused by an overflow in the
partitioning algorithm while building large binaries.
Language Specific Changes
C++
GCC 8.2 fixed a bug introduced in GCC 8.1 affecting passing or returning
of classes with a deleted copy constructor and defaulted trivial move
constructor (bug c++/86094). GCC 8.2 introduces -fabi-version=13 and makes
it the default, ABI incompatibilities between GCC 8.1 and 8.2 can be
reported with -Wabi=12. See C++ changes for more details.
Target Specific Changes
IA-32/x86-64
-mtune=native performance regression bug84413 on Intel Skylake
processors has been fixed.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Aug 22 09:45:20 2018 UTC (6 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2
lines
Recursive bump for perl5-5.28.0
Revision 1.1.2.1: download - view: text, markup, annotated - select for diffs
Fri Jul 20 12:06:09 2018 UTC (6 years, 4 months ago) by bsiegert
Branches: pkgsrc-2018Q2
Diff to: previous 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1: +2 -2
lines
Pullup ticket #5795 - requested by maya
lang/gcc48: i386 build fix
lang/gcc5: i386 build fix
lang/gcc6: i386 build fix
lang/gcc7: i386 build fix
lang/gcc8: i386 build fix
Revisions pulled up:
- lang/gcc48-libs/Makefile 1.29
- lang/gcc48/Makefile 1.41
- lang/gcc48/distinfo 1.38
- lang/gcc48/patches/patch-gcc_targhooks.c 1.1
- lang/gcc5-libs/Makefile 1.13
- lang/gcc5/Makefile 1.29
- lang/gcc5/distinfo 1.19
- lang/gcc5/patches/patch-gcc_targhooks.c 1.1
- lang/gcc6-libs/Makefile 1.7
- lang/gcc6/Makefile 1.14
- lang/gcc6/distinfo 1.11
- lang/gcc6/patches/patch-gcc_targhooks.c 1.1
- lang/gcc7-libs/Makefile 1.3
- lang/gcc7/Makefile 1.19
- lang/gcc7/distinfo 1.11
- lang/gcc7/patches/patch-gcc_targhooks.c 1.1
- lang/gcc8/Makefile 1.2
- lang/gcc8/distinfo 1.2
- lang/gcc8/patches/patch-gcc_targhooks.c 1.1
---
Module Name: pkgsrc
Committed By: maya
Date: Wed Jul 18 22:42:57 UTC 2018
Modified Files:
pkgsrc/lang/gcc5: Makefile distinfo
pkgsrc/lang/gcc5-libs: Makefile
Added Files:
pkgsrc/lang/gcc5/patches: patch-gcc_targhooks.c
Log Message:
gcc5: don't try to make references to stack_chk_fail_local on netbsd/sun
sun was added as joyent is patching for the same.
this code is only reached if compiling for i386 (or some variation of ppc)
netbsd's stack_chk_fail_local won't work for this.
PR pkg/53436
---
Module Name: pkgsrc
Committed By: maya
Date: Wed Jul 18 22:35:44 UTC 2018
Modified Files:
pkgsrc/lang/gcc6: Makefile distinfo
pkgsrc/lang/gcc6-libs: Makefile
Added Files:
pkgsrc/lang/gcc6/patches: patch-gcc_targhooks.c
Log Message:
gcc6: don't try to make references to stack_chk_fail_local on netbsd/sun
sun was added as joyent is patching for the same.
this code is only reached if compiling for i386 (or some variation of ppc)
netbsd's stack_chk_fail_local won't work for this.
PR pkg/53436.
---
Module Name: pkgsrc
Committed By: maya
Date: Wed Jul 18 22:55:08 UTC 2018
Modified Files:
pkgsrc/lang/gcc7: Makefile distinfo
pkgsrc/lang/gcc7-libs: Makefile
Added Files:
pkgsrc/lang/gcc7/patches: patch-gcc_targhooks.c
Log Message:
gcc7: don't try to make references to stack_chk_fail_local on netbsd/sun
sun was added as joyent is patching for the same.
this code is only reached if compiling for i386 (or some variation of ppc)
netbsd's stack_chk_fail_local won't work for this.
PR pkg/53436.
---
Module Name: pkgsrc
Committed By: maya
Date: Wed Jul 18 22:56:23 UTC 2018
Modified Files:
pkgsrc/lang/gcc8: Makefile distinfo
Added Files:
pkgsrc/lang/gcc8/patches: patch-gcc_targhooks.c
Log Message:
gcc8: don't try to make references to stack_chk_fail_local on netbsd/sun
sun was added as joyent is patching for the same.
this code is only reached if compiling for i386 (or some variation of ppc)
netbsd's stack_chk_fail_local won't work for this.
PR pkg/53436.
---
Module Name: pkgsrc
Committed By: maya
Date: Wed Jul 18 23:15:42 UTC 2018
Modified Files:
pkgsrc/lang/gcc48: Makefile distinfo
pkgsrc/lang/gcc48-libs: Makefile
Added Files:
pkgsrc/lang/gcc48/patches: patch-gcc_targhooks.c
Log Message:
gcc48: don't try to make references to stack_chk_fail_local on netbsd/sun
sun was added as joyent is patching for the same.
this code is only reached if compiling for i386 (or some variation of ppc)
netbsd's stack_chk_fail_local won't work for this.
bump gcc48-libs PKGREVISION above gcc48
PR pkg/53436.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Jul 18 22:56:22 2018 UTC (6 years, 4 months ago) by maya
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2
lines
gcc8: don't try to make references to stack_chk_fail_local on netbsd/sun
sun was added as joyent is patching for the same.
this code is only reached if compiling for i386 (or some variation of ppc)
netbsd's stack_chk_fail_local won't work for this.
PR pkg/53436.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat May 5 04:08:36 2018 UTC (6 years, 7 months ago) by maya
Branches: MAIN
CVS tags: pkgsrc-2018Q2-base
Branch point for: pkgsrc-2018Q2
Add gcc8 8.1.0
Release notes are very long and pretty-printed at:
https://gcc.gnu.org/gcc-8/changes.html
CVSweb <webmaster@jp.NetBSD.org>