Skip to content

Commit b5d4913

Browse files
jwnrtluismarques
authored andcommitted
Add script for end-to-end Ibex toolchain build
1 parent f787dfd commit b5d4913

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

contrib/build-opentitan-dist.sh

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
#!/usr/bin/env sh
2+
3+
set -ex
4+
5+
./build-binutils.sh "riscv32-unknown-elf"
6+
7+
./build-clang-with-args.sh \
8+
"lowrisc-toolchain-rv32imcb" \
9+
"Release" \
10+
"riscv32-unknown-elf" \
11+
"rv32imc_zba_zbb_zbc_zbs" \
12+
"ilp32" \
13+
"medany"
14+
15+
./create-prefixed-archive.sh \
16+
"lowrisc-toolchain-rv32imcb" \
17+
"build/"

0 commit comments

Comments
 (0)