mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 05:47:35 -04:00
minor update
This commit is contained in:
parent
773346ca33
commit
a7eb39a463
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ install:
|
|||
- export POCL_CC_PATH=$TOOLDIR/pocl/compiler
|
||||
- export POCL_RT_PATH=$TOOLDIR/pocl/runtime
|
||||
# build project
|
||||
- cp -r $PWD ../build_32 && cd ../build_32 && XLEN=32 RISCV_TOOLCHAIN_PATH=$TOOLDIR/riscv-gnu-toolchain make -s
|
||||
- cp -r $PWD ../build_64 && cd ../build_64 && XLEN=64 RISCV_TOOLCHAIN_PATH=$TOOLDIR/riscv64-gnu-toolchain make -s
|
||||
- cp -r $PWD ../build32 && cd ../build32 && XLEN=32 RISCV_TOOLCHAIN_PATH=$TOOLDIR/riscv-gnu-toolchain make -s
|
||||
- cp -r $PWD ../build64 && cd ../build64 && XLEN=64 RISCV_TOOLCHAIN_PATH=$TOOLDIR/riscv64-gnu-toolchain make -s
|
||||
|
||||
# stages ordering
|
||||
stages:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue