about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGraydon Hoare <graydon@mozilla.com>2011-05-18 12:00:26 -0700
committerGraydon Hoare <graydon@mozilla.com>2011-05-18 12:00:33 -0700
commit6a4a85f452ffe028e3be531f718c3545b1dc06ce (patch)
treeea4e35623ae25bdd4945e61118d74dda47aa6395
parent37d5dd94718a902a5e76e9e87d888a3999744c37 (diff)
Re-export CFG_LLVM_ROOT to reconfiguring.
-rw-r--r--Makefile.in1
-rwxr-xr-xconfigure1
2 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index d9cef59d41b..9bb39a6777b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -155,6 +155,7 @@ SREQ2 := stage2/rustc$(X) $(LREQ) stage3/glue.o stage3/$(CFG_STDLIB)
 
 export CFG_SRC_DIR
 export CFG_VERSION
+export CFG_LLVM_ROOT
 
 ######################################################################
 # Subprograms
diff --git a/configure b/configure
index 00827e6238d..ad56f112271 100755
--- a/configure
+++ b/configure
@@ -269,6 +269,7 @@ case $CFG_LLVM_VERSION in
     ;;
 esac
 
+putvar CFG_LLVM_ROOT
 putvar CFG_LLVM_INCDIR
 putvar CFG_LLVM_BINDIR
 putvar CFG_LLVM_LIBDIR