manual: building LLVM as shared libraries is not recommended on Linux and not supported on Windows

This commit is contained in:
Yann Sionneau 2015-07-15 17:34:06 +02:00
parent 774c66a209
commit 08eec40861
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ Installing the host-side software
$ cd ..
$ mkdir build
$ cd build
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local/llvm-or1k -DLLVM_TARGETS_TO_BUILD="OR1K;X86" -DCMAKE_BUILD_TYPE=Debug -DBUILD_SHARED_LIBS=ON
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local/llvm-or1k -DLLVM_TARGETS_TO_BUILD="OR1K;X86" -DCMAKE_BUILD_TYPE=Debug
$ make -j4
$ sudo make install