Skip to content

Commit 393576f

Browse files
committedAug 10, 2015
conda: add missing build.sh for llvmdev-or1k pkg
1 parent af230f6 commit 393576f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

Diff for: ‎conda/llvmdev-or1k/build.sh

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/bash
2+
3+
cd tools
4+
git clone https://github.com/openrisc/clang-or1k clang
5+
cd ..
6+
mkdir build
7+
cd build
8+
cmake .. -DCMAKE_INSTALL_PREFIX=$PREFIX -DLLVM_TARGETS_TO_BUILD="OR1K;X86" -DCMAKE_BUILD_TYPE=Debug
9+
make -j2
10+
make install

0 commit comments

Comments
 (0)
Please sign in to comment.