summaryrefslogtreecommitdiffstats
path: root/components/nacl
diff options
context:
space:
mode:
authorpetarj@mips.com <petarj@mips.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-12 20:22:39 +0000
committerpetarj@mips.com <petarj@mips.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-12 20:22:39 +0000
commit1e46c2a739f7ac6492787c68883a7f1045a714d0 (patch)
tree88b96b60107777a069105e2f485766262782b4df /components/nacl
parent30375c490d60e110fa1f8df2d5fe578ebe8050a9 (diff)
downloadchromium_src-1e46c2a739f7ac6492787c68883a7f1045a714d0.zip
chromium_src-1e46c2a739f7ac6492787c68883a7f1045a714d0.tar.gz
chromium_src-1e46c2a739f7ac6492787c68883a7f1045a714d0.tar.bz2
[MIPS] Add missing NaCl defines for MIPS
Add missing NaCl definitions for MIPS architecture. BUG= https://code.google.com/p/nativeclient/issues/detail?id=2275 TEST= build MIPS Chromium with NaCl Review URL: https://codereview.chromium.org/197213002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256622 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/nacl')
-rw-r--r--components/nacl/nacl_defines.gypi4
1 files changed, 4 insertions, 0 deletions
diff --git a/components/nacl/nacl_defines.gypi b/components/nacl/nacl_defines.gypi
index dc82d06..31b81b7 100644
--- a/components/nacl/nacl_defines.gypi
+++ b/components/nacl/nacl_defines.gypi
@@ -61,6 +61,10 @@
}],
['target_arch=="mipsel"', {
'nacl_defines': [
+ 'NACL_BUILD_ARCH=mips',
+ 'NACL_BUILD_SUBARCH=32',
+ 'NACL_TARGET_ARCH=mips',
+ 'NACL_TARGET_SUBARCH=32',
],
}],
],