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/powerpc fix g...



details:   https://anonhg.NetBSD.org/src/rev/2af2ce6707cd
branches:  trunk
changeset: 784754:2af2ce6707cd
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Feb 08 15:22:03 2013 +0000

description:
fix generation

diffstat:

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

diffs (18 lines):

diff -r 76dfb419a94f -r 2af2ce6707cd crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/Makefile
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/Makefile   Fri Feb 08 15:20:17 2013 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/Makefile   Fri Feb 08 15:22:03 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2011/06/05 23:09:50 spz Exp $
+#      $NetBSD: Makefile,v 1.3 2013/02/08 15:22:03 christos Exp $
 
 .include "bsd.own.mk"
 
@@ -12,6 +12,7 @@
            *xlate.pl) ;; \
            *64*) ;; \
            *) perl $$i 32 | perl ${XLATE} linux32 | \
-              sed -e 's/bc     25,0,/bdnz+     /' > $$(basename $$i .pl).S ;; \
+              sed -e 's/bc     25,0,/bdnz+     /' \
+                  -e 's/bclr   14,2/beqlr/' > $$(basename $$i .pl).S ;; \
            esac; \
        done



Home | Main Index | Thread Index | Old Index