Browse Source
Update submodule path for qemu
Adopt the path of qemu to relative paths too.
pull/360/head
Stefan Wallentowitz
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.gitmodules
|
|
|
@ -15,7 +15,7 @@ |
|
|
|
url = ../riscv-newlib.git |
|
|
|
[submodule "riscv-qemu"] |
|
|
|
path = riscv-qemu |
|
|
|
url = git://github.com/riscv/riscv-qemu.git |
|
|
|
url = ../riscv-qemu.git |
|
|
|
[submodule "riscv-gdb"] |
|
|
|
path = riscv-gdb |
|
|
|
url = ../riscv-binutils-gdb.git |
|
|
|
|