Module Name: src
Committed By: martin
Date: Fri Oct 26 15:14:46 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.1
Log Message:
Ticket #1070
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.39 -r1.1.2.40 src/doc/CHANGES-8.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-8.1
diff -u src/doc/CHANGES-8.1:1.1.2.39 src/doc/CHANGES-8.1:1.1.2.40
--- src/doc/CHANGES-8.1:1.1.2.39 Thu Oct 25 18:33:52 2018
+++ src/doc/CHANGES-8.1 Fri Oct 26 15:14:46 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.1,v 1.1.2.39 2018/10/25 18:33:52 martin Exp $
+# $NetBSD: CHANGES-8.1,v 1.1.2.40 2018/10/26 15:14:46 martin Exp $
A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1
release:
@@ -1486,3 +1486,11 @@ sys/netinet6/icmp6.c 1.240
Remove a leftover debug printf.
[ozaki-r, ticket #1071]
+tools/Makefile.gnuhost (apply patch)
+
+ Force -std=gnu++03 when building gnu tools when the host
+ compiler is clang. Newer clang versions default to newer
+ standards, and this version of gcc has not been adapted.
+ [maya, ticket #1070]
+
+