source: rtems-source-builder/rtems/config/tools/rtems-binutils-906c6f2c54425f18eccb30e3ae54cbe620f0fe86.cfg @ 376edee

5
Last change on this file since 376edee was c40d126, checked in by Sebastian Huber <sebastian.huber@…>, on 07/30/18 at 05:05:20

5: Change riscv32 back to riscv

Update Binutils to include a bug fix for:

https://sourceware.org/bugzilla/show_bug.cgi?id=23451

Update #3452.

  • Property mode set to 100644
File size: 935 bytes
Line 
1#
2# Binutils
3#
4
5%include %{_configdir}/checks.cfg
6%include %{_configdir}/base.cfg
7
8%define binutils_version 906c6f2c54425f18eccb30e3ae54cbe620f0fe86
9%define binutils_external 1
10%define binutils_expand_name sourceware-mirror-binutils-gdb-%{binutils_version}
11%source set binutils --rsb-file=%{binutils_expand_name}.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-binutils-gdb/tar.gz/%{binutils_version}
12%hash sha512 %{binutils_expand_name}.tar.gz 60d61ef67b82bc74b7375313ac05b1b4885be0154e3595268ce6748683ffc3a60fcc61e3863abaae86617117b4a1ef89a91ed8351af4608ae874ff4d0494cfe7
13
14#
15# Enable deterministic archives by default. This will be the default
16# there all tools using this binutils will create deterministic
17# archives.
18#
19%define with_deterministic_archives 1
20
21#
22# Enable 64-bit BFD support
23#
24%define with_64_bit_bfd 1
25
26#
27# The binutils build instructions. We use 2.xx Release 1.
28#
29%include %{_configdir}/binutils-2-1.cfg
Note: See TracBrowser for help on using the repository browser.