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/gcc3newlib/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts/gcc3newlib/Makefile.am') diff --git a/scripts/gcc3newlib/Makefile.am b/scripts/gcc3newlib/Makefile.am index 41024ccc9d..8c1fa28f9b 100644 --- a/scripts/gcc3newlib/Makefile.am +++ b/scripts/gcc3newlib/Makefile.am @@ -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 -- cgit v1.2.3