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 554c30a
|
|
%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 54657590d4a04383e363be28bbd02b8a4c3e1b45ab90160490c600b48b82de7f73f93c28cc0ef538c71dec12f5f6b6c1c42ad61e8289bc798591511302311f78
|
|
|
|
%include %{_configdir}/gdb-8-1.cfg
|