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

Last change on this file since 2674290 was 2674290, checked in by Sebastian Huber <sebastian.huber@…>, on 08/31/20 at 10:11:55

6/7: Update unstable RTEMS 6/7 tool chain

  • Property mode set to 100644
File size: 642 bytes
Line 
1%include %{_configdir}/checks.cfg
2%include %{_configdir}/base.cfg
3
4%define binutils_version e840f2e
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 00dac43aed5fb153e229c13d25cf52e130f176971ac9c394b4d820c91aa780af1835042f36076df0109d9f404e633ba6d37c4d21897323d6ae0e807a6cd4c3e3
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.