summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-10-29 17:18:12 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-10-29 17:18:12 +0000
commitdb1431e9d7f3dd4f79cade6912693020e937d1ee (patch)
treee2e194bf35cbe9daed0cba7dd51e7644010d9fcd /scripts
parent2004-10-29 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-db1431e9d7f3dd4f79cade6912693020e937d1ee.tar.bz2
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.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ChangeLog7
-rw-r--r--scripts/autotools/autoconf-rtems.spec.in2
-rw-r--r--scripts/binutils/Makefile.am4
-rw-r--r--scripts/gcc3newlib/Makefile.am4
-rw-r--r--scripts/setup.def17
5 files changed, 26 insertions, 8 deletions
diff --git a/scripts/ChangeLog b/scripts/ChangeLog
index 65f9347f46..6aa693b460 100644
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -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,
diff --git a/scripts/autotools/autoconf-rtems.spec.in b/scripts/autotools/autoconf-rtems.spec.in
index 92b32efb64..c713295d2b 100644
--- a/scripts/autotools/autoconf-rtems.spec.in
+++ b/scripts/autotools/autoconf-rtems.spec.in
@@ -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*
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
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
diff --git a/scripts/setup.def b/scripts/setup.def
index 55773d8356..17c5f92c18 100644
--- a/scripts/setup.def
+++ b/scripts/setup.def
@@ -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