Updated link to GDB

This commit is contained in:
Ghifari160 2018-04-03 16:51:57 -05:00 committed by GitHub
parent c1645ed6ff
commit 4399a08024
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ on Homebrew's repos)
```sh ```sh
cd /tmp/src cd /tmp/src
curl -O http://ftp.rediris.es/mirror/GNU/gnu/gdb/gdb-7.8.tar.gz curl -O http://ftp.rediris.es/mirror/GNU/gdb/gdb-7.8.tar.gz
tar xf gdb-7.8.tar.gz tar xf gdb-7.8.tar.gz
mkdir gdb-build mkdir gdb-build
cd gdb-build cd gdb-build