summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-25 00:40:27 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-25 00:40:27 +0000
commit70d3e6e9698d1a532bb916cf5eb876daf9aef2f4 (patch)
tree4aef93b69c88caa4bfb024f732f5d5489ea35cb7 /build
parentdf42d4adc3280f1e0cbba03b76fdab59ad2abf11 (diff)
downloadchromium_src-70d3e6e9698d1a532bb916cf5eb876daf9aef2f4.zip
chromium_src-70d3e6e9698d1a532bb916cf5eb876daf9aef2f4.tar.gz
chromium_src-70d3e6e9698d1a532bb916cf5eb876daf9aef2f4.tar.bz2
Propagate CC, CXX variables to Webcore and v8.
I realize this will all go away Any Day Now. Until then, we can speed things up a bit more. Review URL: http://codereview.chromium.org/53029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12425 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/SConscript.main1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/SConscript.main b/build/SConscript.main
index 10623c7..cc3fd46 100644
--- a/build/SConscript.main
+++ b/build/SConscript.main
@@ -460,6 +460,7 @@ linux_env.FilterOut(CPPDEFINES = ['OS_LINUX=OS_LINUX'])
for envvar in ('CC', 'CXX', 'LINK'):
if envvar in os.environ:
linux_env[envvar] = os.environ[envvar]
+ linux_env['ENV'][envvar] = os.environ[envvar]
# Copy these environment variables from the outer environment to the
# environment that the build commands run in.
# $HOME is needed by distcc so it can find its lock file.