summaryrefslogtreecommitdiff
path: root/morphlib/buildenvironment.py
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-04-26 16:26:57 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-04-26 16:26:57 +0100
commit1c2d94d719e36d50630ee01eb0f56525cbb4b892 (patch)
tree380e51101b6ae6bbba5da6d69cdb55e91f4b8e9c /morphlib/buildenvironment.py
parent2318b09df77990fafce1a3c24d4c67f0391cda5b (diff)
downloadmorph-1c2d94d719e36d50630ee01eb0f56525cbb4b892.tar.gz
buildenvironment: pass through BOOTSTRAP_TOOLS
This is used in eglibc's bootstrap morphology.
Diffstat (limited to 'morphlib/buildenvironment.py')
-rw-r--r--morphlib/buildenvironment.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/morphlib/buildenvironment.py b/morphlib/buildenvironment.py
index 3e334135..0b7cccb2 100644
--- a/morphlib/buildenvironment.py
+++ b/morphlib/buildenvironment.py
@@ -43,6 +43,7 @@ class BuildEnvironment():
# copy a set of white-listed variables from the original env
copied_vars = dict.fromkeys([
+ 'BOOTSTRAP_TOOLS',
'DISTCC_HOSTS',
'LD_PRELOAD',
'LD_LIBRARY_PATH',