diff options
| author | martin <martin@NetBSD.org> | 2023-05-07 12:43:32 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2023-05-07 12:43:32 +0000 |
| commit | 0bc15a37c62c37240ad9207914f272ddb4bcdef4 (patch) | |
| tree | ea86b5dd38e20f336f18b751637ca81c6a9f93e5 /doc | |
| parent | 0cdd33139a1c60797bd5002b4944b2faa9e2f9c6 (diff) | |
Not hacks to use old binutils (2.34 instead of 2.39) on mips64*
(but not mipsn64*).
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/HACKS | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/HACKS b/doc/HACKS index d2057bc2fa4..62522c934d1 100644 --- a/doc/HACKS +++ b/doc/HACKS @@ -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 |
