Revision: 12142
Author:   [email protected]
Date:     Thu Jul 19 03:36:19 2012
Log:      MIPS: Fix mipsel GYP build on Emdebian.

Emdebian's cross compiler identifies itself as
"Target: mipsel-linux-gnu"; modified pattern to
match this compiler too.

BUG=
TEST=

Review URL: https://chromiumcodereview.appspot.com/10810006
Patch from Akos Palfi <[email protected]>.
http://code.google.com/p/v8/source/detail?r=12142

Modified:
 /branches/bleeding_edge/build/common.gypi

=======================================
--- /branches/bleeding_edge/build/common.gypi   Wed Jul 11 08:15:04 2012
+++ /branches/bleeding_edge/build/common.gypi   Thu Jul 19 03:36:19 2012
@@ -164,7 +164,7 @@
           'V8_TARGET_ARCH_MIPS',
         ],
         'variables': {
- 'mipscompiler': '<!($(echo ${CXX:-$(which g++)}) -v 2>&1 | grep -q "^Target: mips-" && echo "yes" || echo "no")', + 'mipscompiler': '<!($(echo ${CXX:-$(which g++)}) -v 2>&1 | grep -q "^Target: mips" && echo "yes" || echo "no")',
         },
         'conditions': [
           ['mipscompiler=="yes"', {

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to