Use rtems_api.

This commit is contained in:
Ralf Corsepius
2008-04-26 05:36:01 +00:00
parent 02c937936d
commit 1700261946
2 changed files with 3 additions and 3 deletions

View File

@@ -37,8 +37,8 @@ GNU cc compiler for @tool_target@.
%dir %{gcclib}/@tool_target@/%{gcc_version}/include %dir %{gcclib}/@tool_target@/%{gcc_version}/include
%if "%{gcc_version}" > "4.0.3" %if "%{gcc_version}" > "4.0.3"
%if "@tool_target@" != "bfin-rtems4.9" %if "@tool_target@" != "bfin-rtems@rtems_api@"
%if "@tool_target@" != "avr-rtems4.9" %if "@tool_target@" != "avr-rtems@rtems_api@"
%dir %{gcclib}/@tool_target@/%{gcc_version}/include/ssp %dir %{gcclib}/@tool_target@/%{gcc_version}/include/ssp
%endif %endif
%endif %endif

View File

@@ -31,7 +31,7 @@ BuildRequires: %{_host_rpmprefix}expat-devel
BuildRequires: /sbin/install-info BuildRequires: /sbin/install-info
BuildRequires: texinfo >= 4.2 BuildRequires: texinfo >= 4.2
%endif %endif
%if "@tool_target@" == "sparc-rtems4.9" %if "@tool_target@" == "sparc-rtems@rtems_api@"
BuildConflicts: libtermcap-devel termcap-devel BuildConflicts: libtermcap-devel termcap-devel
%endif %endif
%if "%{gdb_version}" < "6.6" %if "%{gdb_version}" < "6.6"