forked from Imagelibrary/rtems
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:
@@ -1,5 +1,7 @@
|
|||||||
2005-05-03 Ralf Corsepius <ralf.corsepius@rtems.org>
|
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.
|
* rtemsdoc/supplement.add.in, rtemsdoc/templ.add.in: Misc.
|
||||||
%infodir/dir handling changes.
|
%infodir/dir handling changes.
|
||||||
* rtemsdoc/rtemsdoc.add: Use BuildRequires instead of BuildPreReq
|
* rtemsdoc/rtemsdoc.add: Use BuildRequires instead of BuildPreReq
|
||||||
|
|||||||
@@ -57,15 +57,20 @@ BuildRequires: %{rpmprefix}%{gcc_target}-binutils
|
|||||||
%define build_g77 %{?g77:%g77}%{!?g77:0}
|
%define build_g77 %{?g77:%g77}%{!?g77:0}
|
||||||
%endif
|
%endif
|
||||||
%define build_objc %{?objc:%objc}%{!?objc:0}
|
%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
|
%define build_gcj %_gcj
|
||||||
%endif
|
%define build_gnat %_gnat
|
||||||
|
|
||||||
%if "%{gcc_target}" == "avr-rtems@osversion@"
|
%if "%{gcc_target}" == "avr-rtems@osversion@"
|
||||||
%define build_cxx 0
|
%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
|
%endif
|
||||||
|
|
||||||
%if "%{gcc_target}" == "tic4x-rtems@osversion@"
|
%if "%{gcc_target}" == "tic4x-rtems@osversion@"
|
||||||
@@ -82,7 +87,7 @@ BuildRequires: %{rpmprefix}%{gcc_target}-binutils
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if "%{gcc_target}" == "mips-rtems@osversion@"
|
%if "%{gcc_target}" == "mips-rtems@osversion@"
|
||||||
%define build_gnat %_gnat
|
%define build_gcj %_gcj
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if "%{gcc_target}" == "powerpc-rtems@osversion@"
|
%if "%{gcc_target}" == "powerpc-rtems@osversion@"
|
||||||
|
|||||||
Reference in New Issue
Block a user