summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyoung Yun <jy910.yun@samsung.com>2016-12-22 17:14:23 +0900
committerJiyoung Yun <jy910.yun@samsung.com>2017-06-13 18:51:52 +0900
commitee8c3386aa8eeb08d37560551438894c382a1816 (patch)
tree506acd7b3bcd947472919196cac16d2f741f4001
parent83ed5fee3b31a3789460aaa62e89b46a2da119eb (diff)
downloadcoreclr-ee8c3386aa8eeb08d37560551438894c382a1816.tar.gz
coreclr-ee8c3386aa8eeb08d37560551438894c382a1816.tar.bz2
coreclr-ee8c3386aa8eeb08d37560551438894c382a1816.zip
Revert "Change llvm include path"
This reverts commit f51a6b8c5b1b96ed621023906e50daf9ae56e0e1. Change-Id: Ieec68c643c4ae24e45efaaea3930825e0ca4ad68
-rw-r--r--packaging/coreclr.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/coreclr.spec b/packaging/coreclr.spec
index d701822991..944dc67293 100644
--- a/packaging/coreclr.spec
+++ b/packaging/coreclr.spec
@@ -134,7 +134,7 @@ export LIBRARY_PATH=$LIBRARY_PATH:/usr/local/lib64/:/usr/lib64/gcc/x86_64-tizen-
export CFLAGS="-B/usr/local/lib64/ -B/usr/lib64/gcc/x86_64-tizen-linux-gnu/4.9.2/"
export CPPFLAGS="-B/usr/local/lib64/ -B/usr/lib64/gcc/x86_64-tizen-linux-gnu/4.9.2/"
export CXXFLAGS="-B/usr/local/lib64/ -B/usr/lib64/gcc/x86_64-tizen-linux-gnu/4.9.2/"
-export CPLUS_INCLUDE_PATH="/usr/local/include/llvm/:/usr/local/include/llvm-c/:/usr/local/lib/clang/3.8.1/include/:/usr/include/:/usr/lib64/gcc/x86_64-tizen-linux-gnu/4.9.2/include/:/usr/lib64/gcc/x86_64-tizen-linux-gnu/4.9.2/include/c++/:/usr/lib64/gcc/x86_64-tizen-linux-gnu/4.9.2/include/c++/x86_64-tizen-linux-gnu/"
+export CPLUS_INCLUDE_PATH="/usr/local/include/llvm/:/usr/local/include/llvm-c/:/usr/local/lib64/clang/3.8.1/include/:/usr/include/:/usr/lib64/gcc/x86_64-tizen-linux-gnu/4.9.2/include/:/usr/lib64/gcc/x86_64-tizen-linux-gnu/4.9.2/include/c++/:/usr/lib64/gcc/x86_64-tizen-linux-gnu/4.9.2/include/c++/x86_64-tizen-linux-gnu/"
export C_INCLUDE_PATH="/usr/local/include/llvm-c/:/usr/include/"
%endif