NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: lib/56318: sshd fails to start on NetBSD/pmax 9.2 R3000 3MIN
The following reply was made to PR lib/56318; it has been noted by GNATS.
From: Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: tsutsui%ceres.dti.ne.jp@localhost
Subject: Re: lib/56318: sshd fails to start on NetBSD/pmax 9.2 R3000 3MIN
Date: Tue, 10 Aug 2021 10:08:04 +0900
On mips, src/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/bn.inc
unconditionally pulls mips.S on mipsel (i.e. pmax etc.)
https://nxr.netbsd.org/xref/src/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/bn.inc?r=1.6
mips.S doesn't seem to support MIPS1:
https://nxr.netbsd.org/xref/src/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/mips.S?r=1.2.2.2
---
1 #if !(defined (__mips_isa_rev) && (__mips_isa_rev >= 6))
2 .set mips2
3 #endif
4 #include "mips_arch.h"
:
20 .rdata
21 .asciiz "mips3.s, Version 1.2"
22 .asciiz "MIPS II/III/IV ISA artwork by Andy Polyakov <appro (at) fy.chalmers.se>"
---
Izumi Tsutsui
Home |
Main Index |
Thread Index |
Old Index