| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 22511c21a654a1836217b5b5199db944104411e4..b2a7693325d5aeebca6bcfe1d138fed3021ee108 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -3084,9 +3084,9 @@
|
| # Hardcode the compiler names in the Makefile so that
|
| # it won't depend on the environment at make time.
|
| 'make_global_settings': [
|
| - ['CC', '<!(/bin/echo -n ${ANDROID_GOMA_WRAPPER} ${CC_target}'],
|
| - ['CXX', '<!(/bin/echo -n ${ANDROID_GOMA_WRAPPER} ${CXX_target}'],
|
| - ['LINK', '<!(/bin/echo -n ${ANDROID_GOMA_WRAPPER} ${LINK_target}'],
|
| + ['CC', '<!(/bin/echo -n ${ANDROID_GOMA_WRAPPER} ${ANDROID_TOOLCHAIN}/*-gcc)'],
|
| + ['CXX', '<!(/bin/echo -n ${ANDROID_GOMA_WRAPPER} ${ANDROID_TOOLCHAIN}/*-g++)'],
|
| + ['LINK', '<!(/bin/echo -n ${ANDROID_GOMA_WRAPPER} ${ANDROID_TOOLCHAIN}/*-gcc)'],
|
| ['CC.host', '<!(which gcc)'],
|
| ['CXX.host', '<!(which g++)'],
|
| ['LINK.host', '<!(which g++)'],
|
|
|