Skip to content

Commit 5c18870

Browse files
committed
Update modules and remove openocd.cfg riscv32-unknown-none.json
1 parent ebc7507 commit 5c18870

File tree

8 files changed

+13
-71
lines changed

8 files changed

+13
-71
lines changed

.gitmodules

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[submodule "llvm"]
22
path = llvm
3-
url = https://github.com/dvc94ch/llvm
4-
branch = llvm6-riscv-24-11-2017
3+
url = https://github.com/riscv-rust/llvm
4+
branch = rust-llvm-release-6-0-0-riscv
55
[submodule "rust"]
66
path = rust
7-
url = https://github.com/dvc94ch/rust
8-
branch = riscv-rust-1b7a332
7+
url = https://github.com/riscv-rust/rust
8+
branch = riscv-rust-master
99
[submodule "binutils"]
1010
path = riscv-binutils-gdb
11-
url = https://github.com/riscv/riscv-binutils-gdb
11+
url = https://github.com/riscv-rust/riscv-binutils-gdb
1212
branch = riscv-binutils-2.29
1313
[submodule "openocd"]
1414
path = riscv-openocd
15-
url = https://github.com/riscv/riscv-openocd
16-
branch = riscv
15+
url = https://github.com/riscv-rust/riscv-openocd
16+
branch = riscv

env.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
export RISCV_RUST_TOOLCHAIN=$PWD
33

44
export TOOLCHAIN=$RISCV_RUST_TOOLCHAIN/toolchain
5-
export PATH=$TOOLCHAIN/bin:$PATH
5+
export PATH=/opt/rust/bin:$TOOLCHAIN/bin:$PATH
66
export RUST_TARGET_PATH=$RISCV_RUST_TOOLCHAIN
77
export CARGO_HOME=$RISCV_RUST_TOOLCHAIN/build/cargo
88
export XARGO_HOME=$RISCV_RUST_TOOLCHAIN/build/xargo
9-
export XARGO_RUST_SRC=$RISCV_RUST_TOOLCHAIN/rust/src
9+
export XARGO_RUST_SRC=~/repos/rust/src

llvm

Submodule llvm updated from 923b97b to 6c7bcb0

openocd.cfg

Lines changed: 0 additions & 34 deletions
This file was deleted.

riscv-binutils-gdb

riscv-openocd

riscv32-unknown-none.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

rust

Submodule rust updated from 90a7065 to 41193c1

0 commit comments

Comments
 (0)