summaryrefslogtreecommitdiffstats
path: root/scripts/gccnewlib/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-05-10 02:30:04 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-05-10 02:30:04 +0000
commit0ff08b1c37c8386d66846041792529f01904d103 (patch)
treedb85476bddc46427462fb6b43ed1d6a240c3bbb6 /scripts/gccnewlib/Makefile.am
parent2005-05-09 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-0ff08b1c37c8386d66846041792529f01904d103.tar.bz2
2005-05-10 Ralf Corsepius <ralf.corsepius@rtems.org>
* gccnewlib/Makefile.am: Add h8300-rtemscoff*. * gccnewlib/gccnewlib.add: Let building gnat require gcc. Allow building arm-rtems*-gnat.
Diffstat (limited to 'scripts/gccnewlib/Makefile.am')
-rw-r--r--scripts/gccnewlib/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/gccnewlib/Makefile.am b/scripts/gccnewlib/Makefile.am
index 871c96c786..43709e5996 100644
--- a/scripts/gccnewlib/Makefile.am
+++ b/scripts/gccnewlib/Makefile.am
@@ -40,6 +40,10 @@ h8300-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
$(MKSPEC) -cfg $(top_builddir)/setup.cache h8300-rtems@osversion@ > $@
RPM_SPECS_DATA += h8300-rtems@osversion@-$(GCC3NEWLIBVERS).spec
+h8300-rtemscoff@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
+ $(MKSPEC) -cfg $(top_builddir)/setup.cache h8300-rtemscoff@osversion@ > $@
+RPM_SPECS_DATA += h8300-rtemscoff@osversion@-$(GCC3NEWLIBVERS).spec
+
i386-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
$(MKSPEC) -cfg $(top_builddir)/setup.cache i386-rtems@osversion@ > $@
RPM_SPECS_DATA += i386-rtems@osversion@-$(GCC3NEWLIBVERS).spec