summaryrefslogtreecommitdiffstats
path: root/scripts/gcc3newlib/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-04 16:13:18 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-04 16:13:18 +0000
commitb1e04829a581797856ea63b2630425e981532f1e (patch)
tree4b07046c0a0e3f1bc37cc2e85316d4f62f808730 /scripts/gcc3newlib/Makefile.am
parentClean up INTC0 initialization. EPORT1-7 sources are fixed level/priority. (diff)
downloadrtems-b1e04829a581797856ea63b2630425e981532f1e.tar.bz2
2005-02-04 Ralf Corsepius <ralf.corsepius@rtems.org>
* gcc3newlib/Makefile.am: Remove sh-rtemself. Add sh-rtemscoff.
Diffstat (limited to '')
-rw-r--r--scripts/gcc3newlib/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/gcc3newlib/Makefile.am b/scripts/gcc3newlib/Makefile.am
index 8c1fa28f9b..24e9f468af 100644
--- a/scripts/gcc3newlib/Makefile.am
+++ b/scripts/gcc3newlib/Makefile.am
@@ -60,9 +60,9 @@ sh-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
$(MKSPEC) -cfg $(top_builddir)/setup.cache sh-rtems@osversion@ > $@
RPM_SPECS_DATA += sh-rtems@osversion@-$(GCC3NEWLIBVERS).spec
-sh-rtemself@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
- $(MKSPEC) -cfg $(top_builddir)/setup.cache sh-rtemself@osversion@ > $@
-RPM_SPECS_DATA += sh-rtemself@osversion@-$(GCC3NEWLIBVERS).spec
+sh-rtemscoff@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
+ $(MKSPEC) -cfg $(top_builddir)/setup.cache sh-rtemscoff@osversion@ > $@
+RPM_SPECS_DATA += sh-rtemscoff@osversion@-$(GCC3NEWLIBVERS).spec
sparc-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
$(MKSPEC) -cfg $(top_builddir)/setup.cache sparc-rtems@osversion@ > $@