summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2013-01-31 01:34:59 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2013-01-31 01:34:59 +0000
commit3ea7fc62ef388f0909c7fd2cdacd79a055f9518b (patch)
tree01ad2e920ca08200a82bfc6818ddbb9d56f3d365 /llvm
parent35d2359b1c944b03f5b4c114c3b41f408e82051b (diff)
downloadbcm5719-llvm-3ea7fc62ef388f0909c7fd2cdacd79a055f9518b.tar.gz
bcm5719-llvm-3ea7fc62ef388f0909c7fd2cdacd79a055f9518b.zip
build: @ENABLE_THREADS@ => @LLVM_ENABLE_THREADS@
Makefile.config does not have the value for ENABLE_THREADS substituted as the variable is called LLVM_ENABLE_THREADS within configure.ac. This was pointed out by zygoloid over IRC. llvm-svn: 174021
Diffstat (limited to 'llvm')
-rw-r--r--llvm/Makefile.config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/Makefile.config.in b/llvm/Makefile.config.in
index 599ffb0006a..f0f2e0d9ec8 100644
--- a/llvm/Makefile.config.in
+++ b/llvm/Makefile.config.in
@@ -291,7 +291,7 @@ ENABLE_DOCS = @ENABLE_DOCS@
ENABLE_DOXYGEN = @ENABLE_DOXYGEN@
# Do we want to enable threads?
-ENABLE_THREADS := @ENABLE_THREADS@
+ENABLE_THREADS := @LLVM_ENABLE_THREADS@
# Do we want to build with position independent code?
ENABLE_PIC := @ENABLE_PIC@
OpenPOWER on IntegriCloud