mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-25 19:28:26 +08:00
conda: add missing build.sh for llvmdev-or1k pkg
This commit is contained in:
parent
af230f6cf3
commit
393576fc01
10
conda/llvmdev-or1k/build.sh
Normal file
10
conda/llvmdev-or1k/build.sh
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user