Added static-python and static gdb submodules

This commit is contained in:
Roddy Rappaport 2024-12-05 10:44:08 +02:00
parent fa04d3a7a2
commit 46e8eb22a8
4 changed files with 10 additions and 8 deletions

8
.gitmodules vendored Normal file
View File

@ -0,0 +1,8 @@
[submodule "cpython-static"]
path = src/submodule_packages/cpython-static
url = git@github.com:guyush1/cpython-static.git
branch = python3.12-static
[submodule "binutils-gdb-static"]
path = src/submodule_packages/binutils-gdb
url = git@github.com:guyush1/binutils-gdb.git
branch = gdb-static

View File

@ -201,14 +201,6 @@ function download_gdb_packages() {
fi
done
if [[ ! -d gdb-static ]]; then
git clone https://github.com/guyush1/binutils-gdb.git --single-branch --branch gdb-static
fi
if [[ ! -d python3.12-static ]]; then
git clone https://github.com/guyush1/cpython-static.git --single-branch --branch python3.12-static
fi
fancy_title "Finished downloading GDB packages"
popd
}

@ -0,0 +1 @@
Subproject commit f7d0fb2e220e565b54f9e963b9a2bee58265e454

@ -0,0 +1 @@
Subproject commit e201d7df36871dad439bd5162123f080397abb38