mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-25 13:57:15 +00:00
Require gmp and mpfr for gcc > 4.2.0 fortran.
This commit is contained in:
@@ -38,7 +38,14 @@ BuildRequires: mpfr-devel >= 2.3.0
|
||||
|
||||
%if "%{gcc_version}" >= "4.2.0"
|
||||
BuildRequires: flex bison
|
||||
%if %build_f95
|
||||
BuildRequires: gmp-devel >= 4.1
|
||||
%if "%{?fedora}" >= "8"
|
||||
BuildRequires: mpfr-devel >= 2.2.1
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%if %build_gcj
|
||||
# Building gcj requires bison and zlib
|
||||
BuildRequires: bison
|
||||
|
||||
Reference in New Issue
Block a user