aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules8
-rwxr-xr-xconfigure5
-rw-r--r--configure.ac4
m---------glibc (renamed from riscv-glibc)0
m---------newlib (renamed from riscv-newlib)0
5 files changed, 8 insertions, 9 deletions
diff --git a/.gitmodules b/.gitmodules
index 1f411ac..65e5431 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -6,15 +6,15 @@
path = riscv-gcc
url = https://github.com/riscv-collab/riscv-gcc.git
branch = riscv-gcc-10.2.0
-[submodule "riscv-glibc"]
- path = riscv-glibc
+[submodule "glibc"]
+ path = glibc
url = git://sourceware.org/git/glibc.git
[submodule "riscv-dejagnu"]
path = riscv-dejagnu
url = https://github.com/riscv-collab/riscv-dejagnu.git
branch = riscv-dejagnu-1.6
-[submodule "riscv-newlib"]
- path = riscv-newlib
+[submodule "newlib"]
+ path = newlib
url = git://sourceware.org/git/newlib-cygwin.git
branch = master
[submodule "riscv-gdb"]
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
-
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)
diff --git a/riscv-glibc b/glibc
-Subproject 9826b03b747b841f5fc6de2054bf1ef3f5c4bdf
+Subproject 9826b03b747b841f5fc6de2054bf1ef3f5c4bdf
diff --git a/riscv-newlib b/newlib
-Subproject 415fdd4279b85eeec9d54775ce13c5c412451e0
+Subproject 415fdd4279b85eeec9d54775ce13c5c412451e0