1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/lang/gcc6
Gerald Pfeifer 57ae2dd7a4 Update to the GCC 6.2 release with a fair number of fixes.
files/patch-armv6-hf-support has been accepted upstream, even
on the GCC 6-branch this release comes from, so remove it.

Backport the following from lang/gcc6-devel:

GCC uses an AWK script to generate source code that helps process
command-line options.  According to POSIX, string comparisons (and
hence sorting) are to be performed based on the locale's collating
order.  Alas GNU AWK only does so in POSIX mode, whereas starting
with FreeBSD 11 we do so by default, running into a bug (or false
assumption) with that script used by GCC.

Setting MAKE_ARGS such that AWK is always invoked in the C locale
works around this bug. [1]

PR:		210122 [1], 211742 [1]
Submitted by:	jkim [1]
2016-08-22 13:20:47 +00:00
..
files Update to the GCC 6.2 release with a fair number of fixes. 2016-08-22 13:20:47 +00:00
distinfo Update to the GCC 6.2 release with a fair number of fixes. 2016-08-22 13:20:47 +00:00
Makefile Update to the GCC 6.2 release with a fair number of fixes. 2016-08-22 13:20:47 +00:00
pkg-descr
pkg-plist