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 ae9d223
|
|
%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 c3cbbc587adad22621aa2ead0f0e7e6e06bbfca5e0ec6660acc5cfccf663eeb2ce4b3abbddce3d51e50a631ea980adca9ade351bc57708fa3eef9621b09ea42e
|
|
|
|
%include %{_configdir}/gdb-8-1.cfg
|