summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDongkyun, Son <dongkyun.s@samsung.com>2016-12-20 11:55:10 +0900
committerDongkyun, Son <dongkyun.s@samsung.com>2016-12-20 11:55:10 +0900
commit671ebce249a9fd734b58624f4e90a5c7cac68083 (patch)
tree2d43b863b1af54f71f4f2149a5b51b13993e417d
parentfbd881635163b0b5f44096a1f3bfd19a39555a56 (diff)
downloadcoreclr-sandbox/dkson95/gcc_6_2_1.tar.gz
coreclr-sandbox/dkson95/gcc_6_2_1.tar.bz2
coreclr-sandbox/dkson95/gcc_6_2_1.zip
Change gcc version to 6.2.1sandbox/dkson95/gcc_6_2_1
removed /usr/include from CPLUS_INCLUDE_PATH Signed-off-by: Dongkyun, Son <dongkyun.s@samsung.com>
-rwxr-xr-x[-rw-r--r--]packaging/coreclr.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/coreclr.spec b/packaging/coreclr.spec
index edc78dc686..01849e9961 100644..100755
--- 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/6.2.1/"
export CPPFLAGS="-B/usr/local/lib64/ -B/usr/lib64/gcc/x86_64-tizen-linux-gnu/6.2.1/"
export CXXFLAGS="-B/usr/local/lib64/ -B/usr/lib64/gcc/x86_64-tizen-linux-gnu/6.2.1/"
-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/6.2.1/include/:/usr/lib64/gcc/x86_64-tizen-linux-gnu/6.2.1/include/c++/:/usr/lib64/gcc/x86_64-tizen-linux-gnu/6.2.1/include/c++/x86_64-tizen-linux-gnu/"
+export CPLUS_INCLUDE_PATH="/usr/local/include/llvm/:/usr/local/include/llvm-c/:/usr/local/lib/clang/3.8.1/include/:/usr/lib64/gcc/x86_64-tizen-linux-gnu/6.2.1/include/:/usr/lib64/gcc/x86_64-tizen-linux-gnu/6.2.1/include/c++/:/usr/lib64/gcc/x86_64-tizen-linux-gnu/6.2.1/include/c++/x86_64-tizen-linux-gnu/"
export C_INCLUDE_PATH="/usr/local/include/llvm-c/:/usr/include/"
%endif