From 73e3edd70d85ebc265ce6ac4f326fa01ebfbaa39 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Fri, 14 Sep 2007 15:39:49 +0000 Subject: It's unfortunate, but we have to disengage DES assembler in linux64-sparcv9 build, because it expects DES_INT and the latter didn't make it to first 0.9.8. --- Configure | 2 +- TABLE | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Configure b/Configure index 6eabfad861..0de543d51b 100755 --- a/Configure +++ b/Configure @@ -334,7 +334,7 @@ my %table=( # -Wa,-Av8plus should do the trick no matter what. "linux-sparcv9","gcc:-m32 -mcpu=ultrasparc -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -Wa,-Av8plus -DBN_DIV2W::-D_REENTRANT:ULTRASPARC:-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR::sparcv8plus.o:des_enc-sparc.o fcrypt_b.o:::md5-sparcv8plus.o::::::dlfcn:linux-shared:-fPIC:-m32:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", # GCC 3.1 is a requirement -"linux64-sparcv9","gcc:-m64 -mcpu=ultrasparc -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT:ULTRASPARC:-ldl:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:::des_enc-sparc.o fcrypt_b.o:::md5-sparcv9.o::::::dlfcn:linux-shared:-fPIC:-m64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", +"linux64-sparcv9","gcc:-m64 -mcpu=ultrasparc -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT:ULTRASPARC:-ldl:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR::::::md5-sparcv9.o::::::dlfcn:linux-shared:-fPIC:-m64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", #### Alpha Linux with GNU C and Compaq C setups # Special notes: # - linux-alpha+bwx-gcc is ment to be used from ./config only. If you diff --git a/TABLE b/TABLE index 79df787172..91c5ca47b8 100644 --- a/TABLE +++ b/TABLE @@ -2980,7 +2980,7 @@ $lflags = -ldl $bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR $cpuid_obj = $bn_obj = -$des_obj = des_enc-sparc.o fcrypt_b.o +$des_obj = $aes_obj = $bf_obj = $md5_obj = md5-sparcv9.o -- cgit v1.2.3