(BuildRequires): Require gcc >= 3.4 in non-compat build.
This commit is contained in:
parent
b73b6ecaf0
commit
d221b95875
@ -37,13 +37,15 @@ Requires: binutils >= 2.14.90.0.4-26.2
|
|||||||
# ExcludeArch: xxx
|
# ExcludeArch: xxx
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
BuildRequires: gcc >= 3.2
|
|
||||||
BuildRequires: bison >= 1.875
|
BuildRequires: bison >= 1.875
|
||||||
BuildRequires: flex >= 2.5.4a
|
BuildRequires: flex >= 2.5.4a
|
||||||
BuildRequires: bzip2
|
BuildRequires: bzip2
|
||||||
%if !%{compat}
|
%if !%{compat}
|
||||||
|
BuildRequires: gcc >= 3.4
|
||||||
# Need <byteswap.h> that gives unsigned bswap_16 etc.
|
# Need <byteswap.h> that gives unsigned bswap_16 etc.
|
||||||
BuildRequires: glibc-headers >= 2.3.4-11
|
BuildRequires: glibc-headers >= 2.3.4-11
|
||||||
|
%else
|
||||||
|
BuildRequires: gcc >= 3.2
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%define _gnu %{nil}
|
%define _gnu %{nil}
|
||||||
|
Loading…
Reference in New Issue
Block a user