Update build_gdb.sh
This commit is contained in:
parent
9451cae95c
commit
440c56b2ef
1 changed files with 4 additions and 0 deletions
|
@ -51,6 +51,10 @@ build_gdb() {
|
||||||
cd "${BUILD_DIRECTORY}/binutils-gdb/zlib"
|
cd "${BUILD_DIRECTORY}/binutils-gdb/zlib"
|
||||||
eval "$CMD"
|
eval "$CMD"
|
||||||
make -j4
|
make -j4
|
||||||
|
|
||||||
|
cd "${BUILD_DIRECTORY}/binutils-gdb/gnulib"
|
||||||
|
eval "$CMD"
|
||||||
|
make -j4
|
||||||
|
|
||||||
cd "${BUILD_DIRECTORY}/binutils-gdb/gdb"
|
cd "${BUILD_DIRECTORY}/binutils-gdb/gdb"
|
||||||
eval "$GDB_CMD"
|
eval "$GDB_CMD"
|
||||||
|
|
Loading…
Reference in a new issue