summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-05-26 23:27:03 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-05-26 23:27:03 +0000
commit498d35e5b88532635ca664f99cf91fa7f388d6a8 (patch)
treedea8bc9e9c38f69f116f769904e923d731895c62 /contrib
parent2008-05-23 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-498d35e5b88532635ca664f99cf91fa7f388d6a8.tar.bz2
GCC 4.2.4
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/rtems4.9/h8300/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.9/h8300/gcc-sources.add4
2 files changed, 6 insertions, 2 deletions
diff --git a/contrib/crossrpms/rtems4.9/h8300/Makefile.am b/contrib/crossrpms/rtems4.9/h8300/Makefile.am
index bc601397e4..651f9cdda4 100644
--- a/contrib/crossrpms/rtems4.9/h8300/Makefile.am
+++ b/contrib/crossrpms/rtems4.9/h8300/Makefile.am
@@ -10,9 +10,9 @@ BINUTILS_RPMREL = 4%{?dist}
include ../binutils.am
BINUTILS_OPTS +=
-GCC_VERS = 4.2.3
+GCC_VERS = 4.2.4
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 11%{?dist}
+GCC_RPMREL = 12%{?dist}
NEWLIB_VERS = 1.16.0
include ../gcc.am
GCC_OPTS += --languages=cxx
diff --git a/contrib/crossrpms/rtems4.9/h8300/gcc-sources.add b/contrib/crossrpms/rtems4.9/h8300/gcc-sources.add
index cd76f56744..841a180df3 100644
--- a/contrib/crossrpms/rtems4.9/h8300/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.9/h8300/gcc-sources.add
@@ -2,6 +2,10 @@
Source0: ftp://gcc.gnu.org/pub/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
Patch0: gcc-core-4.2.3-rtems4.9-20080205.diff
%endif
+%if "%{gcc_version}" == "4.2.4"
+Source0: ftp://gcc.gnu.org/pub/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
+Patch0: gcc-core-4.2.4-rtems4.9-20080526.diff
+%endif
%{?_without_sources:NoSource: 0}
%if %build_cxx