git: libcrypto(3): Set CC variable for Perl scripts.

Peter Avalos pavalos at crater.dragonflybsd.org
Wed Aug 3 13:29:52 PDT 2016


commit 4432df4affb9fa1f57d9473e116f492d9834cc61
Author: Peter Avalos <pavalos at dragonflybsd.org>
Date:   Wed Aug 3 13:22:16 2016 -0700

    libcrypto(3): Set CC variable for Perl scripts.
    
    This detects assembler/compiler capabilities.
    
    Obtained-from:   FreeBSD

Summary of changes:
 secure/lib/libcrypto/asm/Makefile              |    4 +-
 secure/lib/libcrypto/asm/aesni-gcm-x86_64.s    |  752 +++-
 secure/lib/libcrypto/asm/aesni-mb-x86_64.s     |  929 +++++
 secure/lib/libcrypto/asm/aesni-sha1-x86_64.s   | 1327 ++++++-
 secure/lib/libcrypto/asm/aesni-sha256-x86_64.s | 4297 ++++++++++++++++++++++
 secure/lib/libcrypto/asm/ecp_nistz256-x86_64.s | 1511 +++++++-
 secure/lib/libcrypto/asm/ghash-x86_64.s        |  475 ++-
 secure/lib/libcrypto/asm/rsaz-avx2.s           | 1701 ++++++++-
 secure/lib/libcrypto/asm/rsaz-x86_64.s         |  654 ++++
 secure/lib/libcrypto/asm/sha1-mb-x86_64.s      | 4287 ++++++++++++++++++++++
 secure/lib/libcrypto/asm/sha1-x86_64.s         | 2805 ++++++++++++++
 secure/lib/libcrypto/asm/sha256-mb-x86_64.s    | 4644 ++++++++++++++++++++++++
 secure/lib/libcrypto/asm/sha256-x86_64.s       | 2309 ++++++++++++
 secure/lib/libcrypto/asm/sha512-x86_64.s       | 3582 ++++++++++++++++++
 secure/lib/libcrypto/asm/x86_64-mont.s         |  355 ++
 secure/lib/libcrypto/asm/x86_64-mont5.s        | 1299 +++++++
 16 files changed, 30892 insertions(+), 39 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4432df4affb9fa1f57d9473e116f492d9834cc61


-- 
DragonFly BSD source repository


More information about the Commits mailing list