source: rtems-source-builder/rtems/config/tools/rtems-binutils-head.cfg @ 2c264c1

5
Last change on this file since 2c264c1 was c80ab5b, checked in by Sebastian Huber <sebastian.huber@…>, on 05/06/19 at 06:59:58

6: Update unstable RTEMS 6 tool chain

  • Property mode set to 100644
File size: 645 bytes
Line 
1%include %{_configdir}/checks.cfg
2%include %{_configdir}/base.cfg
3
4%define binutils_version 5a56d6a65f
5%define binutils_external 1
6%define binutils_expand_name sourceware-mirror-binutils-gdb-%{binutils_version}
7%source set binutils --rsb-file=%{binutils_expand_name}.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-binutils-gdb/tar.gz/%{binutils_version}
8%hash sha512 %{binutils_expand_name}.tar.gz ed4d9797f7d2c3aedf6fac5c79a3513d47b1e85fa514cde4d36bc4b662029732feeb3a858a57e7ca964212f2620914a79ec36ee00973abeaefdc97b548dc231f
9
10%define with_deterministic_archives 1
11%define with_64_bit_bfd 1
12
13%include %{_configdir}/binutils-2-1.cfg
Note: See TracBrowser for help on using the repository browser.