mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-12 14:02:33 +00:00
Now install gdb with support for debugging multiple architectures
This commit is contained in:
parent
9f5152f687
commit
7b938942f4
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
curl http://ftp.gnu.org/gnu/gdb/gdb-7.9.tar.gz | tar xvz
|
curl http://ftp.gnu.org/gnu/gdb/gdb-7.9.tar.gz | tar xvz
|
||||||
cd gdb-7.9
|
cd gdb-7.9
|
||||||
./configure --prefix=$(dirname $PWD) --with-python=python2
|
./configure --prefix=$(dirname $PWD) --with-python=python2 --enable-targets=all
|
||||||
make -j $(nproc)
|
make -j $(nproc)
|
||||||
make install
|
make install
|
||||||
|
|
Loading…
Reference in a new issue