Bumped gdb to gdb-12.1-release
This commit is contained in:
parent
dc233d4f74
commit
c613b77803
1 changed files with 1 additions and 2 deletions
|
@ -18,8 +18,7 @@ build_gdb() {
|
|||
fetch "$GIT_BINUTILS_GDB" "${BUILD_DIRECTORY}/binutils-gdb" git
|
||||
cd "${BUILD_DIRECTORY}/binutils-gdb/" || { echo "Cannot cd to ${BUILD_DIRECTORY}/binutils-gdb/"; exit 1; }
|
||||
git clean -fdx
|
||||
git checkout gdb-10.1-release
|
||||
|
||||
git checkout gdb-12.1-release
|
||||
CMD="CFLAGS=\"${GCC_OPTS}\" "
|
||||
CMD+="CXXFLAGS=\"${GXX_OPTS}\" "
|
||||
CMD+="LDFLAGS=\"-static\" "
|
||||
|
|
Loading…
Reference in a new issue