-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitmodules
38 lines (38 loc) · 1.26 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[submodule "disk/toolchain"]
path = toolchain
url = https://github.com/mkilgore/protura-toolchain
[submodule "disk/extras/vim"]
path = userspace/extras/vim
url = https://github.com/mkilgore/protura-vim
branch = protura
[submodule "disk/extras/ncurses"]
path = userspace/extras/ncurses
url = https://github.com/mkilgore/protura-ncurses
branch = protura
ignore = dirty
[submodule "disk/extras/ed"]
path = userspace/extras/ed
url = https://github.com/mkilgore/protura-ed
branch = master
[submodule "disk/extras/mpc"]
path = userspace/extras/mpc
url = https://github.com/mkilgore/protura-mpc
[submodule "disk/extras/mpfr"]
path = userspace/extras/mpfr
url = https://github.com/mkilgore/protura-mpfr
[submodule "disk/extras/gmp"]
path = userspace/extras/gmp
url = https://github.com/mkilgore/protura-gmp
[submodule "disk/extras/gcc"]
path = userspace/extras/gcc
url = https://github.com/mkilgore/protura-gcc
[submodule "disk/extras/binutils"]
path = userspace/extras/binutils
url = https://github.com/mkilgore/protura-binutils
[submodule "disk/extras/less"]
path = userspace/extras/less
url = https://github.com/mkilgore/protura-less.git
branch = protura
[submodule "userspace/extras/gbemuc"]
path = userspace/extras/gbemuc
url = https://github.com/mkilgore/gbemuc