2005-04-23 Ralf Corsepius <ralf.corsepius@rtems.org>

* gccnewlib/target-gfortran.add: Let package obsolete g77.
	* gccnewlib/target-objc.add: Reflect new location of cc1obj.
This commit is contained in:
Ralf Corsepius
2005-04-23 16:24:11 +00:00
parent 4a6751a255
commit b0c0fad1cc
3 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2005-04-23 Ralf Corsepius <ralf.corsepius@rtems.org>
* gccnewlib/target-gfortran.add: Let package obsolete g77.
* gccnewlib/target-objc.add: Reflect new location of cc1obj.
2005-04-23 Ralf Corsepius <ralf.corsepius@rtems.org> 2005-04-23 Ralf Corsepius <ralf.corsepius@rtems.org>
* gdb/gdb.add: Propagate RPM_OPT_FLAGS to configure. * gdb/gdb.add: Propagate RPM_OPT_FLAGS to configure.

View File

@@ -6,6 +6,7 @@
Summary: gcc/gfortran compiler for %{gcc_target} Summary: gcc/gfortran compiler for %{gcc_target}
Group: %{rpmgroup} Group: %{rpmgroup}
Requires: %{rpmprefix}rtems@osversion@-base-gfortran %{rpmprefix}%{gcc_target}-gcc Requires: %{rpmprefix}rtems@osversion@-base-gfortran %{rpmprefix}%{gcc_target}-gcc
Obsoletes: %{rpmprefix}%{gcc_target}-g77
%description -n %{rpmprefix}%{gcc_target}-gfortran %description -n %{rpmprefix}%{gcc_target}-gfortran
RTEMS is an open source operating system for embedded systems. RTEMS is an open source operating system for embedded systems.

View File

@@ -14,6 +14,6 @@ This is the gcc/objc compiler for %{gcc_target}
%files -n %{rpmprefix}%{gcc_target}-objc -f build/files.objc %files -n %{rpmprefix}%{gcc_target}-objc -f build/files.objc
%defattr(-,root,root) %defattr(-,root,root)
%{gcclib}/%{gcc_target}/%{gcc_version}/cc1obj%{_exeext} %{gccexec}/%{gcc_target}/%{gcc_version}/cc1obj%{_exeext}
%{gcclib}/%{gcc_target}/%{gcc_version}/include/objc %{gcclib}/%{gcc_target}/%{gcc_version}/include/objc
%endif %endif