| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 0974b49752e64eb3aaa4cd9c89bc79f6fbaeb110..9b34c6b35f9abdf086f6be4a2dde5571c6a8ce5c 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -4226,9 +4226,15 @@
|
| # Clang does not support the following options.
|
| '-finline-limit=64',
|
| ],
|
| - 'cflags': [
|
| - # TODO(gordanac) Enable integrated-as.
|
| - '-no-integrated-as',
|
| + # TODO(gordanac) Enable integrated-as.
|
| + 'cflags': [ '-fno-integrated-as' ],
|
| + 'conditions': [
|
| + ['OS=="android"', {
|
| + 'cflags': [
|
| + # Else /usr/bin/as gets picked up.
|
| + '-B<(android_toolchain)',
|
| + ],
|
| + }],
|
| ],
|
| }],
|
| ['clang==1 and OS=="android"', {
|
|
|