Changeset 09b41d2 in rtems
- Timestamp:
- 11/16/11 03:18:43 (11 years ago)
- Branches:
- 4.10
- Children:
- e229210
- Parents:
- 5b6f544
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/crossrpms/gcc/gccnewlib.add
r5b6f544 r09b41d2 73 73 %global mpfr_provided %{nil} 74 74 %global gmp_provided 4.1.4 75 %endif 76 77 %if 0%{?suse12_1} 78 %global mpc_provided 0.8.2 79 %global mpfr_provided 3.0.1 80 %global gmp_provided 5.0.2 75 81 %endif 76 82 … … 187 193 %endif 188 194 189 %if "%{gcc_version}" >= "4.2.0" 195 # Not strictly required, but patches may introduce a need to use them. 196 # For reasons of simplicity, always require them. 190 197 BuildRequires: flex bison 191 %endif192 193 %if %build_gcj194 # Building gcj requires bison and zlib195 BuildRequires: bison196 %endif197 198 198 199 BuildRequires: texinfo >= 4.2
Note: See TracChangeset
for help on using the changeset viewer.