Skip to content

Commit

Permalink
conda: add missing build.sh for llvmdev-or1k pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
fallen committed Aug 10, 2015
1 parent af230f6 commit 393576f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions conda/llvmdev-or1k/build.sh
@@ -0,0 +1,10 @@
#!/bin/bash

cd tools
git clone https://github.com/openrisc/clang-or1k clang
cd ..
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=$PREFIX -DLLVM_TARGETS_TO_BUILD="OR1K;X86" -DCMAKE_BUILD_TYPE=Debug
make -j2
make install

0 comments on commit 393576f

Please sign in to comment.