2005-05-03 Ralf Corsepius <ralf.corsepius@rtems.org>

* gccnewlib/gccnewlib.add: Suppress building tools not supported by
	avr, h8300 and mips.
This commit is contained in:
Ralf Corsepius
2005-05-03 13:55:29 +00:00
parent 5465119478
commit c8dcc881f2
2 changed files with 13 additions and 6 deletions

View File

@@ -1,5 +1,7 @@
2005-05-03 Ralf Corsepius <ralf.corsepius@rtems.org>
* gccnewlib/gccnewlib.add: Suppress building tools not supported by
avr, h8300 and mips.
* rtemsdoc/supplement.add.in, rtemsdoc/templ.add.in: Misc.
%infodir/dir handling changes.
* rtemsdoc/rtemsdoc.add: Use BuildRequires instead of BuildPreReq

View File

@@ -57,15 +57,20 @@ BuildRequires: %{rpmprefix}%{gcc_target}-binutils
%define build_g77 %{?g77:%g77}%{!?g77:0}
%endif
%define build_objc %{?objc:%objc}%{!?objc:0}
%define build_gcj 0
%define build_gnat 0
%if "%{gcc_target}" == "arm-rtems@osversion@"
%define build_gcj %_gcj
%endif
%define build_gnat %_gnat
%if "%{gcc_target}" == "avr-rtems@osversion@"
%define build_cxx 0
%define build_f95 0
%define build_gcj 0
%define build_gnat 0
%endif
%if "%{gcc_target}" == "h8300-rtems@osversion@"
%define build_f95 0
%define build_gcj 0
%define build_gnat 0
%endif
%if "%{gcc_target}" == "tic4x-rtems@osversion@"
@@ -82,7 +87,7 @@ BuildRequires: %{rpmprefix}%{gcc_target}-binutils
%endif
%if "%{gcc_target}" == "mips-rtems@osversion@"
%define build_gnat %_gnat
%define build_gcj %_gcj
%endif
%if "%{gcc_target}" == "powerpc-rtems@osversion@"