mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
GCC 4.7.2 is incompatible with Texinfo 5
This commit is contained in:
parent
97c4323654
commit
5439e8f060
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
%include %{_configdir}/checks.cfg
|
%include %{_configdir}/checks.cfg
|
||||||
%include %{_configdir}/base.cfg
|
%include %{_configdir}/base.cfg
|
||||||
|
%include %{_configdir}/versions.cfg
|
||||||
|
|
||||||
%define gcc_version 4.7.2
|
%define gcc_version 4.7.2
|
||||||
%define newlib_version 2.0.0
|
%define newlib_version 2.0.0
|
||||||
@ -29,6 +30,11 @@
|
|||||||
Patch0: %{rtems_gcc_patches}/gcc-4.7.2-rtems4.11-20121026.diff
|
Patch0: %{rtems_gcc_patches}/gcc-4.7.2-rtems4.11-20121026.diff
|
||||||
%include rtems-gcc-patches.cfg
|
%include rtems-gcc-patches.cfg
|
||||||
|
|
||||||
|
# Incompatible with Texinfo 5
|
||||||
|
%if %{__makeinfo_ver} >= 5.0
|
||||||
|
%error Incomaptible version of makeinfo found!
|
||||||
|
%endif
|
||||||
|
|
||||||
#
|
#
|
||||||
# The gcc/newlib build instructions. We use 4.7 Release 1.
|
# The gcc/newlib build instructions. We use 4.7 Release 1.
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user