Commit graph

9 commits

Author SHA1 Message Date
mrg
86e1c052af port the arm64 support to GCC 8. 2018-11-10 11:45:27 +00:00
maya
5ea989b378 gcc8: Fix gcc/target/87221 better.
Link PIE executables with crtbeginS/crtendS on NetBSD.

Bump PKGREVISION
2018-11-07 04:32:32 +00:00
abs
b882e79bbf 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
2018-10-28 22:21:04 +00:00
jperkin
b4b3d85494 gcc8: Add same SunOS mkostemp workaround as others. 2018-10-18 15:11:59 +00:00
ryoon
1b2256bdc2 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.
2018-09-15 03:06:15 +00:00
wiz
93b46879c7 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
maya
9259a8b0b6 gcc{6,7,8}: passthru the gcc directories.
helps using gfortran.
2018-07-23 01:07:08 +00:00
maya
785fde33eb 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.
2018-07-18 22:56:22 +00:00
maya
ca5bca5c60 Add gcc8 8.1.0
Release notes are very long and pretty-printed at:
https://gcc.gnu.org/gcc-8/changes.html
2018-05-05 04:08:36 +00:00