From d4c221053e784cfb973cc4c813d739b5e0b35a91 Mon Sep 17 00:00:00 2001 From: Stefan Wallentowitz Date: Fri, 13 Feb 2015 08:01:39 +1100 Subject: commit 40c7c690d5ce872c1400ed3fb2091f2fafb8d838 Author: Stefan Wallentowitz Date: Thu Feb 12 14:21:23 2015 +0100 Add binutils 2.25 support --- rtems/config/tools/rtems-binutils-2.25-1.cfg | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 rtems/config/tools/rtems-binutils-2.25-1.cfg diff --git a/rtems/config/tools/rtems-binutils-2.25-1.cfg b/rtems/config/tools/rtems-binutils-2.25-1.cfg new file mode 100644 index 0000000..f0b910b --- /dev/null +++ b/rtems/config/tools/rtems-binutils-2.25-1.cfg @@ -0,0 +1,22 @@ +# +# Binutils 2.25. +# + +%include %{_configdir}/checks.cfg +%include %{_configdir}/base.cfg + +%define binutils_version 2.25 + +%hash md5 binutils-%{binutils_version}.tar.bz2 d9f3303f802a5b6b0bb73a335ab89d66 + +# +# Enable deterministic archives by default. This will be the default +# there all tools using this binutils will create deterministic +# archives. +# +%define with_deterministic_archives 1 + +# +# The binutils build instructions. We use 2.xx Release 1. +# +%include %{_configdir}/binutils-2-1.cfg -- cgit v1.2.3