Module Name: src
Committed By: martin
Date: Sun May 7 12:43:32 UTC 2023
Modified Files:
src/doc: HACKS
Log Message:
Not hacks to use old binutils (2.34 instead of 2.39) on mips64*
(but not mipsn64*).
To generate a diff of this commit:
cvs rdiff -u -r1.235 -r1.236 src/doc/HACKS
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/HACKS
diff -u src/doc/HACKS:1.235 src/doc/HACKS:1.236
--- src/doc/HACKS:1.235 Sun Jan 22 20:41:25 2023
+++ src/doc/HACKS Sun May 7 12:43:32 2023
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.235 2023/01/22 20:41:25 christos Exp $
+# $NetBSD: HACKS,v 1.236 2023/05/07 12:43:32 martin Exp $
#
# This file is intended to document workarounds for currently unsolved
# (mostly) compiler bugs.
@@ -747,6 +747,16 @@ port mips
Add COPTS.count.c+=-Wa,--no-warn to avoid -Wa,--fatal-warnings
kcah
+ hack mips-use-binutils-old
+ cdate Sun May 7 14:28:55 CEST 2023
+ who martin
+ file src/share/mk/bsd.own.mk : 1.1311, 1.1308
+ descr
+ Use binutils.old for 64bit mips with 32bit userland.
+ Version 2.39 causes random (cross-) build failures
+ that are hard to reproduce or analyze.
+ kcah
+
port i386
hack use volatile intermediate variable to enforce rounding