manual: also build LLVM native target (needed for py2llvm test)

This commit is contained in:
Yann Sionneau 2015-07-15 17:32:32 +02:00
parent fa4f38b871
commit 774c66a209
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 -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 -DBUILD_SHARED_LIBS=ON
$ make -j4
$ sudo make install