summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-binutils-head.cfg
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-01-03 13:59:15 +0100
committerYour Name <you@example.com>2019-01-07 12:27:57 +0000
commit40ae056f12e1cbe530f76a3ebd1e2ac745a888ef (patch)
tree97218fd506b2c9484c795094f1b74712a1bfdab3 /rtems/config/tools/rtems-binutils-head.cfg
parentgdb/python: Use python-config for the configuration if found. (diff)
downloadrtems-source-builder-40ae056f12e1cbe530f76a3ebd1e2ac745a888ef.tar.bz2
6: Add unstable RTEMS 6 tool chain
Diffstat (limited to 'rtems/config/tools/rtems-binutils-head.cfg')
-rw-r--r--rtems/config/tools/rtems-binutils-head.cfg13
1 files changed, 13 insertions, 0 deletions
diff --git a/rtems/config/tools/rtems-binutils-head.cfg b/rtems/config/tools/rtems-binutils-head.cfg
new file mode 100644
index 0000000..79ddb08
--- /dev/null
+++ b/rtems/config/tools/rtems-binutils-head.cfg
@@ -0,0 +1,13 @@
+%include %{_configdir}/checks.cfg
+%include %{_configdir}/base.cfg
+
+%define binutils_version 677bd4c69d0eda4f2ae635d793f23c0b1413a9e9
+%define binutils_external 1
+%define binutils_expand_name sourceware-mirror-binutils-gdb-%{binutils_version}
+%source set binutils --rsb-file=%{binutils_expand_name}.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-binutils-gdb/tar.gz/%{binutils_version}
+%hash sha512 %{binutils_expand_name}.tar.gz 3a6b148066614155ef43b047dac4fd862c32c52f90030c4d2501c87ea52610633b82d19e5286746f6f0be64a16d3c8df9b0122ca253b2d07b9cc86161671389a
+
+%define with_deterministic_archives 1
+%define with_64_bit_bfd 1
+
+%include %{_configdir}/binutils-2-1.cfg