Update build_gdb.sh
This commit is contained in:
parent
4284ed35a8
commit
5400f0350f
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ build_gdb() {
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
eval "$GDB_CMD"
|
eval "$GDB_CMD"
|
||||||
|
ls -la
|
||||||
make -j4
|
make -j4
|
||||||
|
|
||||||
strip "${BUILD_DIRECTORY}/binutils-gdb/gdb/gdb" "${BUILD_DIRECTORY}/binutils-gdb/gdb/gdbserver/gdbserver"
|
strip "${BUILD_DIRECTORY}/binutils-gdb/gdb/gdb" "${BUILD_DIRECTORY}/binutils-gdb/gdb/gdbserver/gdbserver"
|
||||||
|
|
Loading…
Reference in a new issue