From bb221a5c06fbd13046aa15a6bd8993f06f541f97 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 29 Mar 2010 03:41:49 +0000 Subject: [PATCH] Switch back to gcc-4.4.3 (gcc-4.5 does not build). --- contrib/crossrpms/rtems4.11/h8300/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/crossrpms/rtems4.11/h8300/Makefile.am b/contrib/crossrpms/rtems4.11/h8300/Makefile.am index f764417f59..b0d746f248 100644 --- a/contrib/crossrpms/rtems4.11/h8300/Makefile.am +++ b/contrib/crossrpms/rtems4.11/h8300/Makefile.am @@ -11,8 +11,8 @@ BINUTILS_RPMREL = 1 include ../binutils.am BINUTILS_OPTS += -GCC_VERS = 4.5.0 -GCC_PKGVERS = 4.5-20100318 +GCC_VERS = 4.4.3 +GCC_PKGVERS = $(GCC_VERS) GCC_RPMREL = 3 NEWLIB_VERS = 1.18.0 NEWLIB_PKGVERS = $(NEWLIB_VERS)