1 .include "mips.inc" 2 3 # Don't include mips.S for 32 bit mips because it does not work for mips1 4 .if ${MIPS_LE} && ${MIPS_64} == "64" 5 .PATH.S: ${.PARSEDIR} 6 7 BN_SRCS = mips${MIPS_64}.S 8 .endif 9 10 .include "../../bn.inc" 11
Indexes created Mon Apr 27 00:23:16 UTC 2026