Update build_gdb.sh

This commit is contained in:
takeshix 2020-10-12 18:49:29 +02:00 committed by GitHub
parent 4284ed35a8
commit 5400f0350f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,6 +32,7 @@ build_gdb() {
mkdir build
cd build
eval "$GDB_CMD"
ls -la
make -j4
strip "${BUILD_DIRECTORY}/binutils-gdb/gdb/gdb" "${BUILD_DIRECTORY}/binutils-gdb/gdb/gdbserver/gdbserver"