We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f787dfd commit b5d4913Copy full SHA for b5d4913
contrib/build-opentitan-dist.sh
@@ -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
17
+ "build/"
0 commit comments