source: rtems-source-builder/rtems/config/tools/rtems-binutils-417e50dbcfd4b8dd699f48df5ac9b9a733fd80e2.cfg @ 780a2cf

5
Last change on this file since 780a2cf was c5ad16a, checked in by Sebastian Huber <sebastian.huber@…>, on 11/12/18 at 06:17:58

5: Use latest Binutils for riscv

This is a preparation to update or1k to use the latest GCC.

Update #3602.

  • 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 417e50dbcfd4b8dd699f48df5ac9b9a733fd80e2
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 309613ff929fa4220921785c7c38bdeaae620edb5838e9b4891c5fa920fb9c1beb051951ae6989aacf1f2890a93d0df7e330077ca9cb29133be6fafa25b7296a
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.