mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00

Rework the RTEMS build set files to point to the new location. Move the files into devel, this follows the ports naming in FreeBSD. Update the macros, defaults, and options to support this.
18 lines
273 B
INI
18 lines
273 B
INI
#
|
|
# Binutils 2.22.
|
|
#
|
|
|
|
%if %{release} == %{nil}
|
|
%define release 1
|
|
%endif
|
|
|
|
%include %{_configdir}/checks.cfg
|
|
%include %{_configdir}/base.cfg
|
|
|
|
%define binutils_version 2.22
|
|
|
|
#
|
|
# The binutils build instructions. We use 2.xx Release 1.
|
|
#
|
|
%include %{_configdir}/binutils-2-1.cfg
|