2004-10-29 Joel Sherrill <joel@OARcorp.com>

* setup.def: Update gcc to 3.3.5 and binutils to 2.15.
	* autotools/autoconf-rtems.spec.in: Temporarily do not include
	some of the documentation since it causes the RPM build to fail.
	* binutils/Makefile.am, gcc3newlib/Makefile.am: Add mips64-rtems.
This commit is contained in:
Joel Sherrill
2004-10-29 17:18:12 +00:00
parent 9929e2d231
commit db1431e9d7
5 changed files with 26 additions and 8 deletions

View File

@@ -38,6 +38,10 @@ mips-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache mips-rtems@osversion@ > $@
RPM_SPECS_DATA += mips-rtems@osversion@-$(BINUTILSVERS).spec
mips64-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache mips64-rtems@osversion@ > $@
RPM_SPECS_DATA += mips64-rtems@osversion@-$(BINUTILSVERS).spec
or32-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache or32-rtems@osversion@ > $@
RPM_SPECS_DATA += or32-rtems@osversion@-$(BINUTILSVERS).spec