Changeset ff38870 in freewrt


Ignore:
Timestamp:
Jul 1, 2007, 4:15:03 PM (18 years ago)
Author:
Thorsten Glaser <tg@…>
Children:
aa2bc52f
Parents:
415b968
Message:

wbx forgot to commit this :þ

git-svn-id: svn://www.freewrt.org/trunk/freewrt@3056 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/openssl/extra/bsd/libcrypto/Makefile

    r415b968 rff38870  
    176176        /usr/bin/perl ${SSL_OBJECTS}/obj_dat.pl obj_mac.h obj_dat.h
    177177
    178 .if (${MACHINE_ARCH} == "i386")
    179 CPPFLAGS+= -DAES_ASM
    180 CPPFLAGS+= -DMD5_ASM
    181 CPPFLAGS+= -DSHA1_ASM
    182 CPPFLAGS+= -DRMD160_ASM
    183 CPPFLAGS+= -DOPENBSD_CAST_ASM
    184 CPPFLAGS+= -DOPENBSD_DES_ASM
    185 SSLASM=\
    186         aes aes-586 \
    187         bf bf-586 \
    188         bn bn-586 \
    189         bn co-586 \
    190         cast cast-586 \
    191         des des-586 \
    192         md5 md5-586 \
    193         rc4 rc4-586 \
    194         ripemd rmd-586 \
    195         sha sha1-586
    196 .  for dir f in ${SSLASM}
    197 SRCS+=  ${f}.S
    198 GENERATED+=${f}.S
    199 ${f}.S: ${LCRYPTO_SRC}/${dir}/asm/${f}.pl ${LCRYPTO_SRC}/perlasm/x86unix.pl
    200         /usr/bin/perl -I${LCRYPTO_SRC}/perlasm -I${LCRYPTO_SRC}/${dir}/asm \
    201                 ${LCRYPTO_SRC}/${dir}/asm/${f}.pl openbsd-elf 386 >$@
    202 .  endfor
    203 SRCS+= bf_cbc.c
    204 .else
    205 SRCS+= aes_core.c
    206 SRCS+= bf_enc.c
    207 SRCS+= bn_asm.c
    208 SRCS+= rc4_enc.c
    209 .endif
     178# these have asm variants on i386, but we ignore that
     179SRCS+=  aes_core.c
     180SRCS+=  bf_enc.c
     181SRCS+=  bn_asm.c
     182SRCS+=  rc4_enc.c
    210183
    211184all beforedepend: ${GENERATED}
Note: See TracChangeset for help on using the changeset viewer.