Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index bc9cee2f659f36f3e18849b99310f9763b5e1e21..70f71cc4ce2863ce539e2d93ee1ae2b4e16ca2ff 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} ${ANDROID_TOOLCHAIN}/*-gcc)'], |
- ['CXX', '<!(/bin/echo -n ${ANDROID_GOMA_WRAPPER} ${ANDROID_TOOLCHAIN}/*-g++)'], |
- ['LINK', '<!(/bin/echo -n ${ANDROID_GOMA_WRAPPER} ${ANDROID_TOOLCHAIN}/*-gcc)'], |
+ ['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.host', '<!(which gcc)'], |
['CXX.host', '<!(which g++)'], |
['LINK.host', '<!(which g++)'], |