summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-gcc-4.8.2-newlib-2.1.0-1.cfg
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-07-29 16:35:43 +1000
committerChris Johns <chrisj@rtems.org>2014-07-29 16:35:43 +1000
commita083b52921a86a3bc49e2cc1d7d102612694557c (patch)
treeb04b1fe0d3f5c037fac9f61f57f40f96712085c8 /rtems/config/tools/rtems-gcc-4.8.2-newlib-2.1.0-1.cfg
parentsb: Add visual feedback for http type downloads. (diff)
downloadrtems-source-builder-a083b52921a86a3bc49e2cc1d7d102612694557c.tar.bz2
Add checksum support for downloaded files.
File download by http, ftp, pw support checksum. The %hash directive provides a means of setting a hash used to checksum the file. Files on disk or just downloaded are checked.
Diffstat (limited to 'rtems/config/tools/rtems-gcc-4.8.2-newlib-2.1.0-1.cfg')
-rw-r--r--rtems/config/tools/rtems-gcc-4.8.2-newlib-2.1.0-1.cfg10
1 files changed, 10 insertions, 0 deletions
diff --git a/rtems/config/tools/rtems-gcc-4.8.2-newlib-2.1.0-1.cfg b/rtems/config/tools/rtems-gcc-4.8.2-newlib-2.1.0-1.cfg
index 33821a9..2c6e5e5 100644
--- a/rtems/config/tools/rtems-gcc-4.8.2-newlib-2.1.0-1.cfg
+++ b/rtems/config/tools/rtems-gcc-4.8.2-newlib-2.1.0-1.cfg
@@ -20,9 +20,19 @@
%endif
#
+# Hash checksums.
+#
+%hash md5 mpfr-%{mpfr_version}.tar.bz2 bfbecb2eacb6d48432ead5cfc3f7390a
+%hash md5 mpc-%{mpc_version}.tar.gz e98267ebd5648a39f881d66797122fb6
+%hash md5 gmp-%{gmp_version}.tar.bz2 041487d25e9c230b0c42b106361055fe
+%hash md5 gcc-%{gcc_version}.tar.bz2 a3d7d63b9cb6b6ea049469a0c4a43c9d
+%hash md5 newlib-%{newlib_version}.tar.gz c6559d83ecce4728a52f0ce7ec80de97
+
+#
# Joel's stack_t patch.
#
%patch add newlib -p0 %{rtems_newlib_patches}/newlib-sys-signal-20130532.diff
+%hash md5 newlib-sys-signal-20130532.diff 34af05f28a4921e47c053528f5a8b9fb
# The gcc/newlib build instructions. We use 4.8 Release 1.
#