-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
96 lines (96 loc) · 3.05 KB
/
Copy path.gitmodules
File metadata and controls
96 lines (96 loc) · 3.05 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
[submodule "base/src/binutils-gdb"]
path = base/src/binutils-gdb
url = git://sourceware.org/git/binutils-gdb.git
[submodule "base/src/gcc"]
path = base/src/gcc
url = git://gcc.gnu.org/git/gcc.git
[submodule "base/src/hummingbird"]
path = base/src/hummingbird
url = https://github.com/Sweets/hummingbird
[submodule "base/src/linux"]
path = base/src/linux
url = git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
[submodule "base/src/mdevd"]
path = base/src/mdevd
url = git://git.skarnet.org/mdevd
[submodule "base/src/musl"]
path = base/src/musl
url = git://git.musl-libc.org/musl
[submodule "base/src/oksh"]
path = base/src/oksh
url = https://github.com/ibara/oksh
[submodule "base/src/skalibs"]
path = base/src/skalibs
url = git://git.skarnet.org/skalibs
[submodule "base/src/toybox"]
path = base/src/toybox
url = https://landley.net/toybox/git
[submodule "base/src/ndhc"]
path = base/src/ndhc
url = https://github.com/niklata/ndhc
[submodule "base/src/chrony"]
path = base/src/chrony
url = https://gitlab.com/chrony/chrony
[submodule "base/src/awk"]
path = base/src/awk
url = https://github.com/onetrueawk/awk
[submodule "base/src/byacc"]
path = base/src/byacc
url = https://github.com/ThomasDickey/byacc-snapshots
[submodule "base/src/m4"]
path = base/src/m4
url = https://https.git.savannah.gnu.org/git/m4.git
[submodule "base/src/gnulib"]
path = base/src/gnulib
url = https://git.savannah.gnu.org/git/gnulib.git
[submodule "base/src/make"]
path = base/src/make
url = https://https.git.savannah.gnu.org/git/make.git
[submodule "base/src/xz"]
path = base/src/xz
url = https://github.com/tukaani-project/xz
[submodule "base/src/bc"]
path = base/src/bc
url = https://github.com/gavinhoward/bc
[submodule "base/src/mpfr"]
path = base/src/mpfr
url = https://gitlab.inria.fr/mpfr/mpfr
[submodule "base/src/mpc"]
path = base/src/mpc
url = https://gitlab.inria.fr/mpc/mpc
[submodule "base/src/heirloom-toolchest"]
path = base/src/heirloom-toolchest
url = https://github.com/heirloom-project/heirloom-toolchest
[submodule "base/src/perl"]
path = base/src/perl
url = https://github.com/perl/perl5
[submodule "base/src/perl-cross"]
path = base/src/perl-cross
url = https://github.com/arsv/perl-cross
[submodule "base/src/autoconf"]
path = base/src/autoconf
url = https://https.git.savannah.gnu.org/git/autoconf.git
[submodule "base/src/automake"]
path = base/src/automake
url = https://https.git.savannah.gnu.org/git/automake.git
[submodule "base/src/slibtool"]
path = base/src/slibtool
url = https://git.foss21.org/slibtool
[submodule "base/src/git"]
path = base/src/git
url = https://github.com/git/git
[submodule "base/src/libz"]
path = base/src/libz
url = https://gitlab.com/sortix/libz
[submodule "base/src/flex"]
path = base/src/flex
url = https://github.com/westes/flex
[submodule "base/src/gmp"]
path = base/src/gmp
url = https://github.com/gmp-mirror/gmp-6.3
[submodule "base/src/fluid"]
path = base/src/fluid
url = https://github.com/goToMain/fluid
[submodule "base/src/tomlc17"]
path = base/src/tomlc17
url = https://github.com/cktan/tomlc17