forked from Imagelibrary/rtems
2005-04-29 Ralf Corsepius <ralf.corsepius@rtems.org>
* gccnewlib/gccnewlib.add: Don't build mips-gcj. Further gnat cleanup. * rtemsdoc/supplement.add.in, rtemsdoc/templ.add.in: Misc. info fixes.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2005-04-29 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* gccnewlib/gccnewlib.add: Don't build mips-gcj. Further gnat
|
||||
cleanup.
|
||||
* rtemsdoc/supplement.add.in, rtemsdoc/templ.add.in: Misc. info
|
||||
fixes.
|
||||
|
||||
2005-04-29 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* gccnewlib/base-gnat.add, gccnewlib/gccnewlib.add,
|
||||
|
||||
@@ -83,7 +83,6 @@ BuildRequires: %{rpmprefix}%{gcc_target}-binutils
|
||||
|
||||
%if "%{gcc_target}" == "mips-rtems@osversion@"
|
||||
%define build_gnat %_gnat
|
||||
%define build_gcj %_gcj
|
||||
%endif
|
||||
|
||||
%if "%{gcc_target}" == "powerpc-rtems@osversion@"
|
||||
@@ -91,13 +90,8 @@ BuildRequires: %{rpmprefix}%{gcc_target}-binutils
|
||||
%define build_gcj %_gcj
|
||||
%endif
|
||||
|
||||
# gcc 3.4.0 is broken for embedded sparc and gnat trips it.
|
||||
%if "%{gcc_target}" == "sparc-rtems@osversion@"
|
||||
%if "%{gcc_version}" >= "3.4"
|
||||
%define build_gnat 0
|
||||
%else
|
||||
%define build_gnat %_gnat
|
||||
%endif
|
||||
%define build_gcj %_gcj
|
||||
%endif
|
||||
|
||||
|
||||
@@ -27,9 +27,9 @@ This package contains the @target@ target supplement
|
||||
%{_datadir}/rtems/html/supplements/@target@*
|
||||
|
||||
%post @target@
|
||||
/sbin/install-info %{_infodir}/@target@.info.gz %{_infodir}/dir
|
||||
/sbin/install-info --infodir=%{_infodir} %{_infodir}/@target@.info.gz
|
||||
|
||||
%preun @target@
|
||||
if [ $1 = 0 ]; then
|
||||
/sbin/install-info --delete %{_infodir}/@target@.info.gz %{_infodir}/dir
|
||||
if [ $1 -eq 0 ]; then
|
||||
/sbin/install-info --delete --infodir=%{_infodir} %{_infodir}/@target@.info.gz
|
||||
fi
|
||||
|
||||
@@ -26,9 +26,9 @@ This package contains the @target@ documentation.
|
||||
%{_datadir}/rtems/html/@target@*
|
||||
|
||||
%post @target@
|
||||
/sbin/install-info %{_infodir}/@target@.info.gz %{_infodir}/dir
|
||||
/sbin/install-info --infodir=%{_infodir} %{_infodir}/@target@.info.gz
|
||||
|
||||
%preun @target@
|
||||
if [ $1 = 0 ]; then
|
||||
/sbin/install-info --delete %{_infodir}/@target@.info.gz %{_infodir}/dir
|
||||
if [ $1 -eq 0 ]; then
|
||||
/sbin/install-info --delete --infodir=%{_infodir}/dir %{_infodir}/@target@.info.gz
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user