diff options
author | Jiyoung Yun <jy910.yun@samsung.com> | 2016-12-20 13:11:44 +0900 |
---|---|---|
committer | Jiyoung Yun <jy910.yun@samsung.com> | 2016-12-20 13:11:44 +0900 |
commit | 674cb111b95628110a0f7ae4aa311f14f8a93a55 (patch) | |
tree | d9daa74870453b004a076fc295fe2489345977f8 | |
parent | fbd881635163b0b5f44096a1f3bfd19a39555a56 (diff) | |
download | coreclr-sandbox/giuliana/gcc_6_2_1.tar.gz coreclr-sandbox/giuliana/gcc_6_2_1.tar.bz2 coreclr-sandbox/giuliana/gcc_6_2_1.zip |
Remove /usr/include path from CPLUS_INCLUDE_PATHsandbox/giuliana/gcc_6_2_1
The known issue on gcc 6.x
Change-Id: I70a28b3202d0d5f2277c653d6745d4e39bad32ac
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
-rw-r--r-- | packaging/coreclr.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/coreclr.spec b/packaging/coreclr.spec index edc78dc686..01849e9961 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/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 |