 Chromium Code Reviews
 Chromium Code Reviews Issue 228943009:
  MIPS: Add big-endian support for MIPS.  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
    
  
    Issue 228943009:
  MIPS: Add big-endian support for MIPS.  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge| Index: tools/gyp/v8.gyp | 
| diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp | 
| index 81b12126e7cdbe712715cd49590808a2eca32ace..c719b68a36f67ba97995029bcb41f41872ea2352 100644 | 
| --- a/tools/gyp/v8.gyp | 
| +++ b/tools/gyp/v8.gyp | 
| @@ -727,7 +727,7 @@ | 
| '../../src/ia32/stub-cache-ia32.cc', | 
| ], | 
| }], | 
| - ['v8_target_arch=="mipsel"', { | 
| + ['v8_target_arch=="mips" or v8_target_arch=="mipsel"', { | 
| 'sources': [ ### gcmole(arch:mipsel) ### | 
| '../../src/mips/assembler-mips.cc', | 
| '../../src/mips/assembler-mips.h', |