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 4e394b2
|
|
%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 884bdd5bf92fe4420c68d6ca7ac943302190f3ed4135b47dc699c55ea9b71e87ee200fed4acb1d3362f6184ec5012590d976e8465e6acee5f24ab7096d7ec0a5
|
|
|
|
%include %{_configdir}/gdb-8-1.cfg
|