Skip to content

Commit 6a4a85f

Browse files
committed
Re-export CFG_LLVM_ROOT to reconfiguring.
1 parent 37d5dd9 commit 6a4a85f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Makefile.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ SREQ2 := stage2/rustc$(X) $(LREQ) stage3/glue.o stage3/$(CFG_STDLIB)
155155

156156
export CFG_SRC_DIR
157157
export CFG_VERSION
158+
export CFG_LLVM_ROOT
158159

159160
######################################################################
160161
# Subprograms

configure

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ case $CFG_LLVM_VERSION in
269269
;;
270270
esac
271271

272+
putvar CFG_LLVM_ROOT
272273
putvar CFG_LLVM_INCDIR
273274
putvar CFG_LLVM_BINDIR
274275
putvar CFG_LLVM_LIBDIR

0 commit comments

Comments
 (0)