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

@@ -1,3 +1,10 @@
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.
2004-09-29 Joel Sherrill <joel@OARcorp.com> 2004-09-29 Joel Sherrill <joel@OARcorp.com>
* buildall.in, buildalltar.in, binutils/Makefile.am, * buildall.in, buildalltar.in, binutils/Makefile.am,

View File

@@ -88,7 +88,7 @@ fi
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README THANKS # %doc AUTHORS COPYING ChangeLog NEWS README THANKS
%{_bindir}/* %{_bindir}/*
%{_infodir}/autoconf.info* %{_infodir}/autoconf.info*
#%{_infodir}/standards.info* #%{_infodir}/standards.info*

View File

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

View File

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

View File

@@ -3,17 +3,20 @@
# #
# $Id$ # $Id$
# #
binutils_version=2.14 binutils_version=2.15
binutils_patch_version=20030911 binutils_patch_version=20040519
binutils_rpm_release=3 binutils_rpm_release=1
gdb_version=6.0 gdb_version=6.0
gdb_patch_version=20040217 gdb_patch_version=20040217
gdb_rpm_release=1 gdb_rpm_release=1
rtems_version=ss-20000726 rtems_version=ss-20000726
rtems_rpm_release=1 rtems_rpm_release=1
rpm_build_root=%{_tmppath} rpm_build_root=%{_tmppath}
gcc3newlib_version=1.11.0 gcc3newlib_version=1.12.0
gcc3newlib_patch_version=20030507 gcc3newlib_patch_version=
gcc3_version=3.3.2 gcc3_version=3.3.5
gcc3_patch_version=20040219 gcc3_patch_version=
gcc3newlib_rpm_release=1 gcc3newlib_rpm_release=1
# gcc3_version=3.4.0
# gcc3_patch_version=20040522a
# gcc3newlib_rpm_release=2