aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorFlorian Hofhammer <florian.hofhammer@fhofhammer.de>2022-02-24 10:07:58 +0100
committerFlorian Hofhammer <florian.hofhammer@fhofhammer.de>2022-02-24 10:07:58 +0100
commitf2caeb4d5a306c7ff2861f4c0fcd01338a315f9b (patch)
tree8a5f6661d6fc993adbabf21c19201e14e8ad6df5 /configure.ac
parent7c07a876c4fefb7c8fb8e43f9b9ad33bbf08467e (diff)
downloadriscv-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 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 81a5d6d..f672ffe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -219,7 +219,7 @@ AX_ARG_WITH_SRC(gcc, riscv-gcc)
AX_ARG_WITH_SRC(binutils, riscv-binutils)
AX_ARG_WITH_SRC(newlib, newlib)
AX_ARG_WITH_SRC(glibc, glibc)
-AX_ARG_WITH_SRC(musl, riscv-musl)
+AX_ARG_WITH_SRC(musl, musl)
AX_ARG_WITH_SRC(gdb, riscv-gdb)
AX_ARG_WITH_SRC(qemu, qemu)