forked from Imagelibrary/rtems
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:
@@ -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>
|
||||
|
||||
* buildall.in, buildalltar.in, binutils/Makefile.am,
|
||||
|
||||
@@ -88,7 +88,7 @@ fi
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README THANKS
|
||||
# %doc AUTHORS COPYING ChangeLog NEWS README THANKS
|
||||
%{_bindir}/*
|
||||
%{_infodir}/autoconf.info*
|
||||
#%{_infodir}/standards.info*
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -3,17 +3,20 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
binutils_version=2.14
|
||||
binutils_patch_version=20030911
|
||||
binutils_rpm_release=3
|
||||
binutils_version=2.15
|
||||
binutils_patch_version=20040519
|
||||
binutils_rpm_release=1
|
||||
gdb_version=6.0
|
||||
gdb_patch_version=20040217
|
||||
gdb_rpm_release=1
|
||||
rtems_version=ss-20000726
|
||||
rtems_rpm_release=1
|
||||
rpm_build_root=%{_tmppath}
|
||||
gcc3newlib_version=1.11.0
|
||||
gcc3newlib_patch_version=20030507
|
||||
gcc3_version=3.3.2
|
||||
gcc3_patch_version=20040219
|
||||
gcc3newlib_version=1.12.0
|
||||
gcc3newlib_patch_version=
|
||||
gcc3_version=3.3.5
|
||||
gcc3_patch_version=
|
||||
gcc3newlib_rpm_release=1
|
||||
# gcc3_version=3.4.0
|
||||
# gcc3_patch_version=20040522a
|
||||
# gcc3newlib_rpm_release=2
|
||||
|
||||
Reference in New Issue
Block a user