From db1431e9d7f3dd4f79cade6912693020e937d1ee Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 29 Oct 2004 17:18:12 +0000 Subject: 2004-10-29 Joel Sherrill * 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. --- scripts/binutils/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts/binutils/Makefile.am') diff --git a/scripts/binutils/Makefile.am b/scripts/binutils/Makefile.am index 2e7162c675..cc52524cca 100644 --- a/scripts/binutils/Makefile.am +++ b/scripts/binutils/Makefile.am @@ -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 -- cgit v1.2.3