pkgsrc/lang/gcc-aux
marino 4659a31171 lang/gcc-aux: Fix build on NetBSD 7.0-Beta
Like lang/gcc5-aux, gcc-aux was failing to build on NetBSD 7.0-beta
due to a "operation not permitted" error emitted by pkgsrc gold linker.

The root cause isn't known (problem with NetBSD 7 full-stop?  problem
with binutils, but only NetBSD7?).  However, the base binutils which
is version 2.23 is sufficient (barely) for gcc 4.9.

The build failure is solved by using base binutils for NetBSD 7*.
No revbump required because there is no change for platforms on which
gcc-aux has already potentially been built.

NOTE: As noted on gcc5-aux, stack-checks that passed on NetBSD 5 and 6
are now failing on GNAT on NetBSD 7.  This is because the signal
trampoline has apparently changed and the pattern the unwinder was
looking for is never found, resulting in a segfault instead of a frame
unwind.  The fix would be to determine the new signal trampoline
pattern and have it switch based on param.h version (or something like
that).
2015-06-15 18:22:55 +00:00
..
files lang/gcc-aux: various fixes, remove NLS option 2015-06-14 19:46:51 +00:00
buildlink3.mk lang/gcc-aux: Change base of gcc 4.7.3 to gcc 4.9.0 2014-04-30 16:24:39 +00:00
DESCR lang/gcc-aux: Change base of gcc 4.7.3 to gcc 4.9.0 2014-04-30 16:24:39 +00:00
distinfo lang/gcc-aux: various fixes, remove NLS option 2015-06-14 19:46:51 +00:00
Makefile lang/gcc-aux: Fix build on NetBSD 7.0-Beta 2015-06-15 18:22:55 +00:00
Makefile.testsuite lang/gcc-aux: Change base of gcc 4.7.3 to gcc 4.9.0 2014-04-30 16:24:39 +00:00
Makefile.version lang/gcc-aux: various fixes, remove NLS option 2015-06-14 19:46:51 +00:00
options.mk lang/gcc-aux: various fixes, remove NLS option 2015-06-14 19:46:51 +00:00