diff options
author | Florian Hofhammer <florian.hofhammer@fhofhammer.de> | 2022-02-24 10:07:58 +0100 |
---|---|---|
committer | Florian Hofhammer <florian.hofhammer@fhofhammer.de> | 2022-02-24 10:07:58 +0100 |
commit | f2caeb4d5a306c7ff2861f4c0fcd01338a315f9b (patch) | |
tree | 8a5f6661d6fc993adbabf21c19201e14e8ad6df5 /.gitmodules | |
parent | 7c07a876c4fefb7c8fb8e43f9b9ad33bbf08467e (diff) | |
download | riscv-gnu-toolchain-f2caeb4d5a306c7ff2861f4c0fcd01338a315f9b.zip riscv-gnu-toolchain-f2caeb4d5a306c7ff2861f4c0fcd01338a315f9b.tar.gz riscv-gnu-toolchain-f2caeb4d5a306c7ff2861f4c0fcd01338a315f9b.tar.bz2 |
Add musl libc submodule
Since musl is already incorporated into the build system (see for
example configure.ac, Makefile.in), this patch adds a submodule for
musl based on the current v1.2.2 release.
The GitHub Actions configurations have also been updated to include
the musl based toolchain.
Signed-off-by: Florian Hofhammer <florian.hofhammer@fhofhammer.de>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 65e5431..e9694c3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -24,3 +24,7 @@ [submodule "qemu"] path = qemu url = https://git.qemu.org/git/qemu.git +[submodule "musl"] + path = musl + url = git://git.musl-libc.org/musl + branch = master |