summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/rtems4.10/powerpc
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-04-29 12:19:30 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-04-29 12:19:30 +0000
commita7882cea8bd7230a99196800a9cc1cdcf34ab689 (patch)
treed4ce23ec3a3096216710d71271b2adba1ed0a44c /contrib/crossrpms/rtems4.10/powerpc
parentNew. (diff)
downloadrtems-a7882cea8bd7230a99196800a9cc1cdcf34ab689.tar.bz2
GCC-4.4.4.
Diffstat (limited to 'contrib/crossrpms/rtems4.10/powerpc')
-rw-r--r--contrib/crossrpms/rtems4.10/powerpc/Makefile.am6
-rw-r--r--contrib/crossrpms/rtems4.10/powerpc/gcc-sources.add6
2 files changed, 6 insertions, 6 deletions
diff --git a/contrib/crossrpms/rtems4.10/powerpc/Makefile.am b/contrib/crossrpms/rtems4.10/powerpc/Makefile.am
index d6197a9b30..7a29f790aa 100644
--- a/contrib/crossrpms/rtems4.10/powerpc/Makefile.am
+++ b/contrib/crossrpms/rtems4.10/powerpc/Makefile.am
@@ -10,12 +10,12 @@ BINUTILS_RPMREL = 2
include ../binutils.am
BINUTILS_OPTS +=
-GCC_VERS = 4.4.3
+GCC_VERS = 4.4.4
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 10
+GCC_RPMREL = 1
NEWLIB_VERS = 1.18.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
-NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 1`
+NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 11`
include ../gcc.am
GCC_OPTS += --languages=cxx
diff --git a/contrib/crossrpms/rtems4.10/powerpc/gcc-sources.add b/contrib/crossrpms/rtems4.10/powerpc/gcc-sources.add
index bbbcc1947c..afea324855 100644
--- a/contrib/crossrpms/rtems4.10/powerpc/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.10/powerpc/gcc-sources.add
@@ -1,11 +1,11 @@
-%if "%{gcc_version}" == "4.4.3"
+%if "%{gcc_version}" == "4.4.4"
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
-Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-4.4.3-rtems4.10-20100315.diff
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-4.4.4-rtems4.10-20100429.diff
%endif
%{?_without_sources:NoSource: 0}
%if %build_cxx
-%if "%{gcc_version}" == "4.4.3"
+%if "%{gcc_version}" == "4.4.4"
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
%{?_without_sources:NoSource: 1}