From: Waldemar Kozaczuk <[email protected]> Committer: Waldemar Kozaczuk <[email protected]> Branch: master
externals: removed unneeded x64 git submodules - glibc.bin and glibc-testsuite
Signed-off-by: Waldemar Kozaczuk <[email protected]> --- diff --git a/.gitmodules b/.gitmodules --- a/.gitmodules +++ b/.gitmodules @@ -6,14 +6,6 @@ path = external/x64/gcc.bin url = ../../cloudius-systems/gcc.bin ignore = dirty -[submodule "external/x64/glibc.bin"] - path = external/x64/glibc.bin - url = ../../cloudius-systems/glibc.bin - ignore = dirty -[submodule "external/x64/glibc-testsuite"] - path = external/x64/glibc-testsuite - url = ../../cloudius-systems/glibc-testsuite - ignore = dirty [submodule "external/x64/acpica"] path = external/x64/acpica url = ../../cloudius-systems/acpica diff --git a/external/x64/glibc-testsuite b/external/x64/glibc-testsuite --- a/external/x64/glibc-testsuite +++ b/external/x64/glibc-testsuite @@ -1 +0,0 @@ -Subproject commit c1278866ed57e51576a78b71c6326115004a9676 diff --git a/external/x64/glibc.bin b/external/x64/glibc.bin --- a/external/x64/glibc.bin +++ b/external/x64/glibc.bin @@ -1 +0,0 @@ -Subproject commit ef094e3a925c6097f122399d40914d6b9bcff09f -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/osv-dev/0000000000009bfa13059c39ebb4%40google.com.
