diff --git a/rtems/config/tools/rtems-binutils-2.20.1-1.cfg b/rtems/config/tools/rtems-binutils-2.20.1-1.cfg
index 1e2fee3..62a28fb 100644
a
|
b
|
|
15 | 15 | %hash sha512 binutils-2.20.1-rtems4.10-20151123.diff ce24ba3e56e7552739c167950a488d80557fdf562dcb527b2e5972c2d18da42a8fd1a47197e54aff0df630d105eb40702f09cad330c193cb8f9309b43b1fb1bc |
16 | 16 | %ifos win32 mingw ming32 cygwin |
17 | 17 | %patch add binutils %{rtems_binutils_patches}/cygwin/binutils-2.20.1-cygwin-w64-20130324.diff |
| 18 | %hash md5 binutils-2.20.1-cygwin-w64-20130324.diff 77c151ff42887ae95343550abf1d1d40 |
18 | 19 | %endif |
19 | 20 | |
20 | 21 | # |
diff --git a/rtems/config/tools/rtems-gcc-4.4.7-newlib-1.18.0-1.cfg b/rtems/config/tools/rtems-gcc-4.4.7-newlib-1.18.0-1.cfg
index adc8957..a0ea63d 100644
a
|
b
|
|
45 | 45 | %patch add gcc %{rtems_gcc_patches}/gcc-g++-4.4.7-rtems4.10-20120314.diff |
46 | 46 | %hash md5 gcc-g++-4.4.7-rtems4.10-20120314.diff e187db20f6d98048368f9ef86f9126dc |
47 | 47 | %endif |
| 48 | %patch add gcc %{rtems_gcc_patches}/gcc-g++-4.4.7-rtems4.10-20160413.diff |
| 49 | %hash md5 gcc-g++-4.4.7-rtems4.10-20160413.diff 6a8225b02d9a9eb778356746e2b570c5 |
48 | 50 | %patch add newlib %{rtems_newlib_patches}/newlib-1.18.0-rtems4.10-20110518.diff |
49 | 51 | %hash md5 newlib-1.18.0-rtems4.10-20110518.diff e6508b36490d841b00d5011ed11cdc16 |
50 | 52 | |
diff --git a/rtems/config/tools/rtems-gdb-7.3.1-1.cfg b/rtems/config/tools/rtems-gdb-7.3.1-1.cfg
index 0adefa1..54fa845 100644
a
|
b
|
|
7 | 7 | |
8 | 8 | %define gdb_version 7.3.1 |
9 | 9 | |
10 | | %hash md5 gdb-%{gdb_version}.tar.bz2 b89a5fac359c618dda97b88645ceab47 |
| 10 | %hash md5 gdb-%{gdb_version}.tar.gz c2795d636a9481d022608cab201be613 |
11 | 11 | |
12 | 12 | %patch add gdb %{rtems_gdb_patches}/gdb-7.3.1-rtems4.10-20120918.diff |
13 | 13 | %hash md5 gdb-7.3.1-rtems4.10-20120918.diff 81607fc7366fe2ee0a2c8f991929acdc |
14 | 14 | %patch add gdb %{rtems_gdb_patches}/gdb-7.3.1-rtems4.10-20151123.diff |
15 | 15 | %hash sha512 gdb-7.3.1-rtems4.10-20151123.diff 2e03f9b01626a1f18c025eecb70350bdd7a29574970fb80edc985d0c5731325a68e42d55fb5d3e23440ea6e384e093269cca79a95d5a4e44a678439977da313f |
| 16 | %ifos win32 mingw ming32 cygwin |
| 17 | %patch add gdb %{rtems_gdb_patches}/gdb-7.3.1-rtems4.10-20160414.diff |
| 18 | %hash md5 gdb-7.3.1-rtems4.10-20160414.diff cffbea4a4926d0d461ea2e19b75afc81 |
| 19 | %endif |
16 | 20 | |
17 | 21 | # |
18 | 22 | # The gdb build instructions. We use 7.xx Release 1. |