Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386 fix the ...



details:   https://anonhg.NetBSD.org/src/rev/0b02f68767fc
branches:  trunk
changeset: 780574:0b02f68767fc
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jul 30 10:25:24 2012 +0000

description:
fix the generation

diffstat:

 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 51b08cfd4034 -r 0b02f68767fc crypto/external/bsd/openssl/lib/libcrypto/arch/i386/Makefile
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/Makefile      Mon Jul 30 07:31:16 2012 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/Makefile      Mon Jul 30 10:25:24 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.5 2012/07/28 19:21:57 christos Exp $
+#      $NetBSD: Makefile,v 1.6 2012/07/30 10:25:24 christos Exp $
 
 .include "bsd.own.mk"
 
@@ -11,6 +11,6 @@
                perl -I${OPENSSLSRC}/crypto/perlasm \
                -I${OPENSSLSRC}/crypto/bn/asm $$i elf -fPIC \
                | sed -e 's,^\.file.*$$,#include <machine/asm.h>,' \
-                       -e 's/OPENSSL_cpuid_setup/OPENSSL_cpuid_setup@PLT/' \
+                       -e 's/  call    OPENSSL_cpuid_setup/    PIC_PROLOGUE!   call    PIC_PLT(OPENSSL_cpuid_setup)!   PIC_EPILOGUE/' | tr '!' '\n' \
                > $$(basename $$i .pl).S; \
        done



Home | Main Index | Thread Index | Old Index