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

@@ -48,6 +48,10 @@ mips-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
$(MKSPEC) -cfg $(top_builddir)/setup.cache mips-rtems@osversion@ > $@
RPM_SPECS_DATA += mips-rtems@osversion@-$(GCC3NEWLIBVERS).spec
mips64-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
$(MKSPEC) -cfg $(top_builddir)/setup.cache mips64-rtems@osversion@ > $@
RPM_SPECS_DATA += mips64-rtems@osversion@-$(GCC3NEWLIBVERS).spec
powerpc-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
$(MKSPEC) -cfg $(top_builddir)/setup.cache powerpc-rtems@osversion@ > $@
RPM_SPECS_DATA += powerpc-rtems@osversion@-$(GCC3NEWLIBVERS).spec