diff options
author | Andy Polyakov <appro@openssl.org> | 2005-12-16 17:39:57 +0000 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2005-12-16 17:39:57 +0000 |
commit | a00e414faf76db8372f4e5fe04010e47e8ff90d4 (patch) | |
tree | cfce289959d3f9052f9d4a258a13601de578cba5 /crypto/md5/Makefile | |
parent | 4c5e19b6c671ded9328137391aa0c12414508c63 (diff) | |
download | openssl-new-a00e414faf76db8372f4e5fe04010e47e8ff90d4.tar.gz |
Unify sparcv9 assembler naming and build rules among 32- and 64-bit builds.
Engage run-time switch between bn_mul_mont_fpu and bn_mul_mont_int.
Diffstat (limited to 'crypto/md5/Makefile')
-rw-r--r-- | crypto/md5/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/crypto/md5/Makefile b/crypto/md5/Makefile index 9ae82f26a0..495039770d 100644 --- a/crypto/md5/Makefile +++ b/crypto/md5/Makefile @@ -52,20 +52,6 @@ mx86-cof.s: asm/md5-586.pl ../perlasm/x86asm.pl mx86-out.s: asm/md5-586.pl ../perlasm/x86asm.pl (cd asm; $(PERL) md5-586.pl a.out $(CFLAGS) > ../$@) -md5-sparcv8plus.o: asm/md5-sparcv9.S - $(CC) $(ASFLAGS) -DMD5_BLOCK_DATA_ORDER -c \ - -o md5-sparcv8plus.o asm/md5-sparcv9.S - -# Old GNU assembler doesn't understand V9 instructions, so we -# hire /usr/ccs/bin/as to do the job. Note that option is called -# *-gcc27, but even gcc 2>=8 users may experience similar problem -# if they didn't bother to upgrade GNU assembler. Such users should -# not choose this option, but be adviced to *remove* GNU assembler -# or upgrade it. -md5-sparcv8plus-gcc27.o: asm/md5-sparcv9.S - $(CC) $(ASFLAGS) -DMD5_BLOCK_DATA_ORDER -E asm/md5-sparcv9.S | \ - /usr/ccs/bin/as -xarch=v8plus - -o md5-sparcv8plus-gcc27.o - md5-sparcv9.o: asm/md5-sparcv9.S $(CC) $(ASFLAGS) -DMD5_BLOCK_DATA_ORDER -c \ -o md5-sparcv9.o asm/md5-sparcv9.S |