From 7c07a876c4fefb7c8fb8e43f9b9ad33bbf08467e Mon Sep 17 00:00:00 2001 From: Florian Hofhammer Date: Thu, 24 Feb 2022 09:48:00 +0100 Subject: 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 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c977f5c..81a5d6d 100644 --- a/configure.ac +++ b/configure.ac @@ -217,8 +217,8 @@ AC_DEFUN([AX_ARG_WITH_SRC], AX_ARG_WITH_SRC(gcc, riscv-gcc) AX_ARG_WITH_SRC(binutils, riscv-binutils) -AX_ARG_WITH_SRC(newlib, riscv-newlib) -AX_ARG_WITH_SRC(glibc, riscv-glibc) +AX_ARG_WITH_SRC(newlib, newlib) +AX_ARG_WITH_SRC(glibc, glibc) AX_ARG_WITH_SRC(musl, riscv-musl) AX_ARG_WITH_SRC(gdb, riscv-gdb) AX_ARG_WITH_SRC(qemu, qemu) -- cgit v1.1