Added static-python and static gdb submodules
This commit is contained in:
parent
fa04d3a7a2
commit
46e8eb22a8
8
.gitmodules
vendored
Normal file
8
.gitmodules
vendored
Normal 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
|
@ -201,14 +201,6 @@ function download_gdb_packages() {
|
|||||||
fi
|
fi
|
||||||
done
|
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"
|
fancy_title "Finished downloading GDB packages"
|
||||||
popd
|
popd
|
||||||
}
|
}
|
||||||
|
1
src/submodule_packages/binutils-gdb
Submodule
1
src/submodule_packages/binutils-gdb
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit f7d0fb2e220e565b54f9e963b9a2bee58265e454
|
1
src/submodule_packages/cpython-static
Submodule
1
src/submodule_packages/cpython-static
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit e201d7df36871dad439bd5162123f080397abb38
|
Loading…
x
Reference in New Issue
Block a user