From 671ebce249a9fd734b58624f4e90a5c7cac68083 Mon Sep 17 00:00:00 2001 From: "Dongkyun, Son" Date: Tue, 20 Dec 2016 11:55:10 +0900 Subject: Change gcc version to 6.2.1 removed /usr/include from CPLUS_INCLUDE_PATH Signed-off-by: Dongkyun, Son --- packaging/coreclr.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 packaging/coreclr.spec diff --git a/packaging/coreclr.spec b/packaging/coreclr.spec old mode 100644 new mode 100755 index edc78dc686..01849e9961 --- 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 -- cgit v1.2.3