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 4d5f61f
|
|
%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 304489606128b46b05f63cb52eec95bcacabb0f469e2a4d2ca8c3e9603067a50334cdb63cef7f02dc9dea77373049047628857b1289c5078c071ebdae875e706
|
|
|
|
%include %{_configdir}/gdb-8-1.cfg
|