Gentoo Archives: gentoo-commits

From: "Roy Marples (uberlord)" <uberlord@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/openssl/files: openssl-0.9.8e-bsd-sparc64.patch
Date: Mon, 01 Oct 2007 11:41:50
Message-Id: E1IcJWA-00050Z-9S@stork.gentoo.org
1 uberlord 07/10/01 11:32:54
2
3 Added: openssl-0.9.8e-bsd-sparc64.patch
4 Log:
5 Love the ~sparc-fbsd keyword.
6 (Portage version: 2.1.3.11)
7
8 Revision Changes Path
9 1.1 dev-libs/openssl/files/openssl-0.9.8e-bsd-sparc64.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/openssl/files/openssl-0.9.8e-bsd-sparc64.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/openssl/files/openssl-0.9.8e-bsd-sparc64.patch?rev=1.1&content-type=text/plain
13
14 Index: openssl-0.9.8e-bsd-sparc64.patch
15 ===================================================================
16 diff -ur a/Configure b/Configure
17 --- a/Configure 2006-11-30 14:01:38 +0000
18 +++ b/Configure 2007-10-01 11:18:33 +0100
19 @@ -365,7 +365,7 @@
20 # -DMD32_REG_T=int doesn't actually belong in sparc64 target, it
21 # simply *happens* to work around a compiler bug in gcc 3.3.3,
22 # triggered by RIPEMD160 code.
23 -"BSD-sparc64", "gcc:-DB_ENDIAN -DTERMIOS -O3 -DMD32_REG_T=int -Wall::${BSDthreads}:::SIXTY_FOUR_BIT_LONG RC2_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC2 BF_PTR:::des_enc-sparc.o fcrypt_b.o:::md5-sparcv9.o::::::dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
24 +"BSD-sparc64", "gcc:-DB_ENDIAN -DTERMIOS -O3 -DMD32_REG_T=int -Wall::${BSDthreads}:ULTRASPARC::SIXTY_FOUR_BIT_LONG RC2_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC2 BF_PTR:::des_enc-sparc.o fcrypt_b.o:::md5-sparcv9.o::::::dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
25 "BSD-ia64", "gcc:-DL_ENDIAN -DTERMIOS -O3 -Wall::${BSDthreads}:::SIXTY_FOUR_BIT_LONG RC4_CHUNK:${ia64_asm}:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
26 "BSD-x86_64", "gcc:-DL_ENDIAN -DTERMIOS -O3 -DMD32_REG_T=int -Wall::${BSDthreads}:::SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL:${x86_64_asm}:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
27
28 diff -ur a/crypto/des/Makefile b/crypto/des/Makefile
29 --- a/crypto/des/Makefile 2006-02-04 01:48:56 +0000
30 +++ b/crypto/des/Makefile 2007-10-01 11:45:53 +0100
31 @@ -62,7 +62,7 @@
32 $(CC) $(CFLAGS) -o des des.o cbc3_enc.o $(LIB)
33
34 des_enc-sparc.S: asm/des_enc.m4
35 - m4 -B 8192 asm/des_enc.m4 > des_enc-sparc.S
36 + m4 asm/des_enc.m4 > des_enc-sparc.S
37
38 # ELF
39 dx86-elf.s: asm/des-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
40
41
42
43 --
44 gentoo-commits@g.o mailing list