Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/doc libcrypt hack for vax



details:   https://anonhg.NetBSD.org/src/rev/0edf02cfa2ba
branches:  trunk
changeset: 1024242:0edf02cfa2ba
user:      nia <nia%NetBSD.org@localhost>
date:      Wed Oct 13 20:11:54 2021 +0000

description:
libcrypt hack for vax

diffstat:

 doc/HACKS |  12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r c716719eebba -r 0edf02cfa2ba doc/HACKS
--- a/doc/HACKS Wed Oct 13 14:28:32 2021 +0000
+++ b/doc/HACKS Wed Oct 13 20:11:54 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.224 2021/07/16 10:02:50 rin Exp $
+# $NetBSD: HACKS,v 1.225 2021/10/13 20:11:54 nia Exp $
 #
 # This file is intended to document workarounds for currently unsolved
 # (mostly) compiler bugs.
@@ -1010,3 +1010,13 @@
        The problem has been reported to upstream as GCC Bug 101469:
        https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101469
 kcah
+
+port   vax
+hack   compile blake2b.c with -O0 for vax
+cdate  Wed Oct 13 14:28:32 UTC 2021
+mdate  Wed Oct 13 14:28:32 UTC 2021
+who    nia
+file   src/lib/libcrypt/Makefile: 1.200
+descr  GCC 10 fails to build blake2b.c with an internal compiler
+       error unless optimization is disabled.
+kcah



Home | Main Index | Thread Index | Old Index