mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
11 lines
532 B
INI
11 lines
532 B
INI
%include %{_configdir}/checks.cfg
|
|
%include %{_configdir}/base.cfg
|
|
|
|
%define gdb_version fc9b4c8
|
|
%define gdb_external 1
|
|
%define gdb_expand_name sourceware-mirror-binutils-gdb-%{gdb_version}
|
|
%source set gdb --rsb-file=%{gdb_expand_name}.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-binutils-gdb/tar.gz/%{gdb_version}
|
|
%hash sha512 %{gdb_expand_name}.tar.gz 918c9eaf4c5baae4b8c6f2526789879ae811c1ab89053c2dde89adfa23249e34ffe6d239db6e8dbbbd7837a4369ca97d2fe0fbbb2235d867825a6f05a4859426
|
|
|
|
%include %{_configdir}/gdb-8-1.cfg
|