1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/lang/gcc5
Gerald Pfeifer f7b3456c92 Backport the following from lang/gcc5-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.

PR:		210122, 211742
Submitted by:	jkim
2016-08-17 16:22:50 +00:00
..
files Update to the GCC 5.4 release. 2016-06-06 14:01:42 +00:00
distinfo Update to the GCC 5.4 release. 2016-06-06 14:01:42 +00:00
Makefile Backport the following from lang/gcc5-devel: 2016-08-17 16:22:50 +00:00
pkg-descr
pkg-plist