summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormallinath@chromium.org <mallinath@chromium.org@4ff67af0-8c30-449e-8e8b-ad334ec8d88c>2014-08-07 15:32:34 +0000
committermallinath@chromium.org <mallinath@chromium.org@4ff67af0-8c30-449e-8e8b-ad334ec8d88c>2014-08-07 15:32:34 +0000
commit5eebd2589ed9b6c715267ed58e0e24d996ebdd01 (patch)
treee5676a09a4a80da1e3649834b6573d795cd1c8c1
parent401b2cc8125bc7504f9dfef61ca7955550d361c1 (diff)
downloadlibsrtp-5eebd2589ed9b6c715267ed58e0e24d996ebdd01.tar.gz
[MIPS] Add build support for MIPS64 in libsrtp.
BUG=400684 Review URL: https://codereview.chromium.org/447273002 git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/libsrtp@288046 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
-rw-r--r--libsrtp.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libsrtp.gyp b/libsrtp.gyp
index 4d46ea4..0071c15 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',
],