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
parent
commit
8972a0c011
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .gitmodules

2
.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

Loading…
Cancel
Save