add gdb 7.9.1

This commit is contained in:
Martin Lindhe 2017-01-08 18:39:55 +01:00
parent 0f2e9e4c16
commit 838796cf45

17
gdb.json Normal file
View File

@ -0,0 +1,17 @@
{
"homepage": "http://tdm-gcc.tdragon.net/",
"version": "7.9.1",
"architecture": {
"64bit": {
"url": "https://sourceforge.net/projects/tdm-gcc/files/GDB/gdb-7.9.1-tdm64-2.zip",
"hash": "89186aa83143f47902b52f5673dd32421ec9c221e53e3227fd065a7e86c8c6f5",
"extract_dir": "gdb64"
},
"32bit": {
"url": "https://sourceforge.net/projects/tdm-gcc/files/GDB/gdb32-7.9.1-tdm-1.zip",
"hash": "715604034bb269ecbfaf4577addac51b8ba798f93b2eca31cb21b114b7bc46e8",
"extract_dir": "gdb32"
}
},
"env_add_path": "bin"
}