Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Unified Diff: openssl.gypi

Issue 14371012: [MIPS] Add build support for MIPS in openssl.gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/openssl.git@master
Patch Set: [MIPS] Add build support for MIPS in openssl.gyp Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « openssl.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: openssl.gypi
===================================================================
--- openssl.gypi (revision 197043)
+++ openssl.gypi (working copy)
@@ -576,6 +576,23 @@
'SHA256_ASM',
'SHA512_ASM',
],
+ 'openssl_mips_source_excludes': [
+ 'openssl/crypto/aes/aes_core.c',
+ 'openssl/crypto/bn/bn_asm.c',
+ ],
+ 'openssl_mips_sources': [
+ 'openssl/crypto/aes/asm/aes-mips.S',
+ 'openssl/crypto/bn/asm/bn-mips.S',
+ 'openssl/crypto/bn/asm/mips-mont.S',
+ 'openssl/crypto/sha/asm/sha1-mips.S',
+ 'openssl/crypto/sha/asm/sha256-mips.S',
+ ],
+ 'openssl_mips_defines': [
+ 'OPENSSL_BN_ASM_MONT',
+ 'AES_ASM',
+ 'SHA1_ASM',
+ 'SHA256_ASM',
+ ],
'openssl_x86_source_excludes': [
'openssl/crypto/aes/aes_core.c',
'openssl/crypto/aes/aes_cbc.c',
« no previous file with comments | « openssl.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698