summaryrefslogtreecommitdiff
path: root/lang/gcc6-aux/files/diff-cxx
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2017-02-04 17:25:59 +0000
committerJohn Marino <marino@FreeBSD.org>2017-02-04 17:25:59 +0000
commita6b8e36be9b87b49e80a55b43f0df0bcc244e794 (patch)
treeb887d33cf3b1312faf9686d4d71db05f5ad56d9f /lang/gcc6-aux/files/diff-cxx
parentDocument freeimage vulnerability (diff)
lang/gcc6-aux: Upgrade version 20161221 => 20170202 (gcc 6.3 snapshot)
The gcc6-aux compiler is being prepared to support aarch63. The last release, 6.3.0, is missing backported support for aarch64 in general and aarch64-*-freebsd* in particularly. Do a rare update the latest snapshot in order to capture aarch64 support.
Notes
Notes: svn path=/head/; revision=433328
Diffstat (limited to 'lang/gcc6-aux/files/diff-cxx')
-rw-r--r--lang/gcc6-aux/files/diff-cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc6-aux/files/diff-cxx b/lang/gcc6-aux/files/diff-cxx
index dff22624fd6c..02f24080d01a 100644
--- a/lang/gcc6-aux/files/diff-cxx
+++ b/lang/gcc6-aux/files/diff-cxx
@@ -47,7 +47,7 @@
#include <errno.h>
--- libstdc++-v3/src/filesystem/dir.cc.orig
+++ libstdc++-v3/src/filesystem/dir.cc
-@@ -147,7 +147,13 @@
+@@ -146,7 +146,13 @@
int err = std::exchange(errno, 0);
const auto entp = readdir(dirp);