summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-04-23 16:24:11 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-04-23 16:24:11 +0000
commitb0c0fad1cc495218b799dd0a7e2fbe2ce92a1a7f (patch)
tree8931d80920dbe512dcdc23b2e6f14a8a26316ce1 /scripts
parent2005-04-23 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-b0c0fad1cc495218b799dd0a7e2fbe2ce92a1a7f.tar.bz2
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.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ChangeLog5
-rw-r--r--scripts/gccnewlib/target-gfortran.add1
-rw-r--r--scripts/gccnewlib/target-objc.add2
3 files changed, 7 insertions, 1 deletions
diff --git a/scripts/ChangeLog b/scripts/ChangeLog
index d46db9a556..8be22b36c1 100644
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,5 +1,10 @@
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>
+
* gdb/gdb.add: Propagate RPM_OPT_FLAGS to configure.
2005-04-22 Ralf Corsepius <ralf.corsepius@rtems.org>
diff --git a/scripts/gccnewlib/target-gfortran.add b/scripts/gccnewlib/target-gfortran.add
index 9883769b30..682fba87ca 100644
--- a/scripts/gccnewlib/target-gfortran.add
+++ b/scripts/gccnewlib/target-gfortran.add
@@ -6,6 +6,7 @@
Summary: gcc/gfortran compiler for %{gcc_target}
Group: %{rpmgroup}
Requires: %{rpmprefix}rtems@osversion@-base-gfortran %{rpmprefix}%{gcc_target}-gcc
+Obsoletes: %{rpmprefix}%{gcc_target}-g77
%description -n %{rpmprefix}%{gcc_target}-gfortran
RTEMS is an open source operating system for embedded systems.
diff --git a/scripts/gccnewlib/target-objc.add b/scripts/gccnewlib/target-objc.add
index 5fdc9928f5..62cd144de9 100644
--- a/scripts/gccnewlib/target-objc.add
+++ b/scripts/gccnewlib/target-objc.add
@@ -14,6 +14,6 @@ This is the gcc/objc compiler for %{gcc_target}
%files -n %{rpmprefix}%{gcc_target}-objc -f build/files.objc
%defattr(-,root,root)
-%{gcclib}/%{gcc_target}/%{gcc_version}/cc1obj%{_exeext}
+%{gccexec}/%{gcc_target}/%{gcc_version}/cc1obj%{_exeext}
%{gcclib}/%{gcc_target}/%{gcc_version}/include/objc
%endif