mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
23 lines
452 B
INI
23 lines
452 B
INI
#
|
|
# Binutils 2.23.
|
|
#
|
|
|
|
%include %{_configdir}/bare-config.cfg
|
|
|
|
%include %{_configdir}/checks.cfg
|
|
%include %{_configdir}/base.cfg
|
|
|
|
%define binutils_version 2.23.2
|
|
|
|
#
|
|
# Enable deterministic archives by default. This will be the default
|
|
# there all tools using this binutils will create deterministic
|
|
# archives.
|
|
#
|
|
%define with_deterministic_archives 1
|
|
|
|
#
|
|
# The binutils build instructions. We use 2.xx Release 1.
|
|
#
|
|
%include %{_configdir}/binutils-2-1.cfg
|