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-02-21 14:47:08 +0900
commitba8726ae16a608d2f2e0a774176482ac37059b58 (patch)
tree9f73bd989137e7e89e9dd654209ed5fa0de45a3f
parent2abee105b9470138ac15179cf8409b2c2e68211b (diff)
downloadcoreclr-ba8726ae16a608d2f2e0a774176482ac37059b58.tar.gz
coreclr-ba8726ae16a608d2f2e0a774176482ac37059b58.tar.bz2
coreclr-ba8726ae16a608d2f2e0a774176482ac37059b58.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