aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorFlorian Hofhammer <florian.hofhammer@fhofhammer.de>2022-02-24 09:48:00 +0100
committerFlorian Hofhammer <florian.hofhammer@fhofhammer.de>2022-02-24 09:48:00 +0100
commit7c07a876c4fefb7c8fb8e43f9b9ad33bbf08467e (patch)
tree03687c57582dc38a43f88a633c936354a09e032d /configure
parent63f696c8f23f3eebf5f1af97fd8c66f6483a6393 (diff)
downloadriscv-gnu-toolchain-7c07a876c4fefb7c8fb8e43f9b9ad33bbf08467e.zip
riscv-gnu-toolchain-7c07a876c4fefb7c8fb8e43f9b9ad33bbf08467e.tar.gz
riscv-gnu-toolchain-7c07a876c4fefb7c8fb8e43f9b9ad33bbf08467e.tar.bz2
Update glibc and newlib paths
Both the glibc and newlib submodules are already pointing to the upstream repositories where development happens. Since they are therefore not referring to RISC-V specific forks, this patch unifies the directory naming by only prepending the "riscv-" prefix to submodules that point to repositories in the riscv-collab Github organization. Signed-off-by: Florian Hofhammer <florian.hofhammer@fhofhammer.de>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure b/configure
index adc32b2..aad142c 100755
--- a/configure
+++ b/configure
@@ -3558,7 +3558,7 @@ fi
with_newlib_src=$with_newlib_src
else
- with_newlib_src="\$(srcdir)/riscv-newlib"
+ with_newlib_src="\$(srcdir)/newlib"
fi
@@ -3577,7 +3577,7 @@ fi
with_glibc_src=$with_glibc_src
else
- with_glibc_src="\$(srcdir)/riscv-glibc"
+ with_glibc_src="\$(srcdir)/glibc"
fi
@@ -4820,4 +4820,3 @@ if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
fi
-