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

Unified Diff: libsrtp.gyp

Issue 447273002: [MIPS] Add build support for MIPS64 in libsrtp. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libsrtp
Patch Set: Created 6 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libsrtp.gyp
diff --git a/libsrtp.gyp b/libsrtp.gyp
index 4d46ea445a85bedc04708084b9f9eb4affc6666d..0071c151e91120bec566eec09252d2ca942b824d 100644
--- a/libsrtp.gyp
+++ b/libsrtp.gyp
@@ -57,7 +57,7 @@
'CPU_CISC',
],
}],
- ['target_arch=="mipsel"', {
+ ['target_arch=="mipsel" or target_arch=="mips64el"', {
'defines': [
'CPU_RISC',
],
@@ -99,7 +99,7 @@
'CPU_CISC',
],
}],
- ['target_arch=="mipsel"', {
+ ['target_arch=="mipsel" or target_arch=="mips64el"', {
'defines': [
'CPU_RISC',
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698