Changeset 14067


Ignore:
Timestamp:
03/08/10 13:37:12 (3 years ago)
Author:
BrainSlayer
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/openssl/Configure

    r14063 r14067  
    133133my $x86_64_asm="x86_64cpuid.o:x86_64-gcc.o x86_64-mont.o::aes-x86_64.o::md5-x86_64.o:sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o::rc4-x86_64.o::"; 
    134134my $ia64_asm=":bn-ia64.o::aes_core.o aes_cbc.o aes-ia64.o:::sha1-ia64.o sha256-ia64.o sha512-ia64.o::rc4-ia64.o rc4_skey.o::"; 
    135 my $armv4_asm="mem_clr.o:bn_asm.o armv4-mont.o::aes_cbc.o aes-armv4.o:::sha1-armv4-large.o sha256-armv4.o sha512-armv4.o::::"; 
     135my $armv4_asm=":bn_asm.o armv4-mont.o::aes_cbc.o aes-armv4.o:::sha1-armv4-large.o sha256-armv4.o sha512-armv4.o::::"; 
    136136my $ppc32_asm="ppccpuid.o:bn-ppc.o::aes_core.o aes_cbc.o aes-ppc.o:::sha1-ppc.o sha256-ppc.o::::"; 
    137137my $ppc64_asm="ppccpuid.o:bn-ppc.o ppc-mont.o::aes_core.o aes_cbc.o aes-ppc.o:::sha1-ppc.o sha256-ppc.o sha512-ppc.o::::"; 
    138138 
    139 my $no_asm="mem_clr.o::::::::::"; 
     139my $no_asm="::::::::::"; 
    140140 
    141141# As for $BSDthreads. Idea is to maintain "collective" set of flags, 
Note: See TracChangeset for help on using the changeset viewer.