diff options
author | John Marino <marino@FreeBSD.org> | 2017-02-04 17:25:59 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2017-02-04 17:25:59 +0000 |
commit | a6b8e36be9b87b49e80a55b43f0df0bcc244e794 (patch) | |
tree | b887d33cf3b1312faf9686d4d71db05f5ad56d9f /lang/gcc6-aux/files/diff-cxx | |
parent | Document freeimage vulnerability (diff) |
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-cxx | 2 |
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); |