aboutsummaryrefslogtreecommitdiff
path: root/configure
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
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')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index aad142c..75defbb 100755
--- a/configure
+++ b/configure
@@ -3596,7 +3596,7 @@ fi
with_musl_src=$with_musl_src
else
- with_musl_src="\$(srcdir)/riscv-musl"
+ with_musl_src="\$(srcdir)/musl"
fi