projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccc83e4
)
[autoconf] Export LLVM_LIBDIR_SUFFIX with empty string in LLVMConfig.cmake. tools...
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Mon, 5 Jan 2015 21:14:14 +0000
(21:14 +0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Mon, 5 Jan 2015 21:14:14 +0000
(21:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225204
91177308
-0d34-0410-b5e6-
96231b3b80d8
cmake/modules/Makefile
patch
|
blob
|
history
diff --git
a/cmake/modules/Makefile
b/cmake/modules/Makefile
index
dd31aa7
..
d37b210
100644
(file)
--- a/
cmake/modules/Makefile
+++ b/
cmake/modules/Makefile
@@
-73,6
+73,7
@@
$(PROJ_OBJ_DIR)/LLVMConfig.cmake: LLVMConfig.cmake.in $(LLVMBuildCMakeFrag)
-e 's/@LLVM_ENABLE_PIC@/'"$(ENABLE_PIC)"'/' \
-e 's/@LLVM_ON_UNIX@/'"$(LLVM_ON_UNIX)"'/' \
-e 's/@LLVM_ON_WIN32@/'"$(LLVM_ON_WIN32)"'/' \
+ -e 's/@LLVM_LIBDIR_SUFFIX@//' \
-e 's/@LLVM_CONFIG_INCLUDE_DIRS@/'"$(subst /,\/,$(PROJ_includedir))"'/' \
-e 's/@LLVM_CONFIG_LIBRARY_DIRS@/'"$(subst /,\/,$(PROJ_libdir))"'/' \
-e 's/@LLVM_CONFIG_CMAKE_DIR@/'"$(subst /,\/,$(PROJ_cmake))"'/' \