[rtems-crossrpms commit] GCC_VERS = 4.4.7.
Ralf Corsepius
ralf at rtems.org
Wed Apr 4 13:11:21 UTC 2012
Module: rtems-crossrpms
Branch: rtems-4-10-branch
Commit: 217cecd57c22ab437995776885e3198fa84c5937
Changeset: http://git.rtems.org/rtems-crossrpms/commit/?id=217cecd57c22ab437995776885e3198fa84c5937
Author: Ralf Corsépius <ralf.corsepius at rtems.org>
Date: Wed Mar 14 17:51:29 2012 +0100
GCC_VERS = 4.4.7.
---
rtems4.10/arm/Makefile.am | 6 +++---
rtems4.10/avr/Makefile.am | 6 +++---
rtems4.10/bfin/Makefile.am | 6 +++---
rtems4.10/h8300/Makefile.am | 6 +++---
rtems4.10/i386/Makefile.am | 6 +++---
rtems4.10/lm32/Makefile.am | 6 +++---
rtems4.10/m32c/Makefile.am | 6 +++---
rtems4.10/m32r/Makefile.am | 6 +++---
rtems4.10/m68k/Makefile.am | 6 +++---
rtems4.10/mips/Makefile.am | 6 +++---
rtems4.10/powerpc/Makefile.am | 6 +++---
rtems4.10/sh/Makefile.am | 6 +++---
rtems4.10/sparc/Makefile.am | 6 +++---
13 files changed, 39 insertions(+), 39 deletions(-)
diff --git a/rtems4.10/arm/Makefile.am b/rtems4.10/arm/Makefile.am
index 4e7f66d..045b351 100644
--- a/rtems4.10/arm/Makefile.am
+++ b/rtems4.10/arm/Makefile.am
@@ -10,13 +10,13 @@ BINUTILS_RPMREL = 3
include ../binutils.am
BINUTILS_OPTS +=
-GCC_VERS = 4.4.6
+GCC_VERS = 4.4.7
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 5
+GCC_RPMREL = 1
NEWLIB_VERS = 1.18.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
-NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 23`
+NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 28`
include ../gcc.am
GCC_OPTS += --languages=cxx
diff --git a/rtems4.10/avr/Makefile.am b/rtems4.10/avr/Makefile.am
index 1d37fdb..9c07d04 100644
--- a/rtems4.10/avr/Makefile.am
+++ b/rtems4.10/avr/Makefile.am
@@ -10,12 +10,12 @@ BINUTILS_RPMREL = 3
include ../binutils.am
BINUTILS_OPTS +=
-GCC_VERS = 4.4.6
+GCC_VERS = 4.4.7
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 5
+GCC_RPMREL = 1
NEWLIB_VERS = 1.18.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
-NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 23`
+NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 28`
include ../gcc.am
GCC_OPTS +=
diff --git a/rtems4.10/bfin/Makefile.am b/rtems4.10/bfin/Makefile.am
index 3b7ef72..1b1a8c5 100644
--- a/rtems4.10/bfin/Makefile.am
+++ b/rtems4.10/bfin/Makefile.am
@@ -10,12 +10,12 @@ BINUTILS_RPMREL = 3
include ../binutils.am
BINUTILS_OPTS +=
-GCC_VERS = 4.4.6
+GCC_VERS = 4.4.7
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 5
+GCC_RPMREL = 1
NEWLIB_VERS = 1.18.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
-NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 23`
+NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 28`
include ../gcc.am
GCC_OPTS += --languages=cxx
diff --git a/rtems4.10/h8300/Makefile.am b/rtems4.10/h8300/Makefile.am
index 180e724..3419894 100644
--- a/rtems4.10/h8300/Makefile.am
+++ b/rtems4.10/h8300/Makefile.am
@@ -10,12 +10,12 @@ BINUTILS_RPMREL = 3
include ../binutils.am
BINUTILS_OPTS +=
-GCC_VERS = 4.4.6
+GCC_VERS = 4.4.7
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 5
+GCC_RPMREL = 1
NEWLIB_VERS = 1.18.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
-NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 23`
+NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 28`
include ../gcc.am
GCC_OPTS += --languages=cxx
diff --git a/rtems4.10/i386/Makefile.am b/rtems4.10/i386/Makefile.am
index 87371a9..dd8dc57 100644
--- a/rtems4.10/i386/Makefile.am
+++ b/rtems4.10/i386/Makefile.am
@@ -10,12 +10,12 @@ BINUTILS_RPMREL = 3
include ../binutils.am
BINUTILS_OPTS +=
-GCC_VERS = 4.4.6
+GCC_VERS = 4.4.7
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 5
+GCC_RPMREL = 1
NEWLIB_VERS = 1.18.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
-NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 23`
+NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 28`
include ../gcc.am
GCC_OPTS += --languages=cxx
diff --git a/rtems4.10/lm32/Makefile.am b/rtems4.10/lm32/Makefile.am
index 27cb19c..d016c6a 100644
--- a/rtems4.10/lm32/Makefile.am
+++ b/rtems4.10/lm32/Makefile.am
@@ -10,12 +10,12 @@ BINUTILS_RPMREL = 3
include ../binutils.am
BINUTILS_OPTS +=
-GCC_VERS = 4.4.6
+GCC_VERS = 4.4.7
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 5
+GCC_RPMREL = 1
NEWLIB_VERS = 1.18.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
-NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 23`
+NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 28`
include ../gcc.am
GCC_OPTS += --languages=cxx
diff --git a/rtems4.10/m32c/Makefile.am b/rtems4.10/m32c/Makefile.am
index f9ab4a4..62e09e6 100644
--- a/rtems4.10/m32c/Makefile.am
+++ b/rtems4.10/m32c/Makefile.am
@@ -10,12 +10,12 @@ BINUTILS_RPMREL = 3
include ../binutils.am
BINUTILS_OPTS +=
-GCC_VERS = 4.4.6
+GCC_VERS = 4.4.7
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 5
+GCC_RPMREL = 1
NEWLIB_VERS = 1.18.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
-NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 23`
+NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 28`
include ../gcc.am
GCC_OPTS +=
diff --git a/rtems4.10/m32r/Makefile.am b/rtems4.10/m32r/Makefile.am
index 8f56392..836286c 100644
--- a/rtems4.10/m32r/Makefile.am
+++ b/rtems4.10/m32r/Makefile.am
@@ -10,12 +10,12 @@ BINUTILS_RPMREL = 3
include ../binutils.am
BINUTILS_OPTS +=
-GCC_VERS = 4.4.6
+GCC_VERS = 4.4.7
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 5
+GCC_RPMREL = 1
NEWLIB_VERS = 1.18.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
-NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 23`
+NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 28`
include ../gcc.am
GCC_OPTS +=
diff --git a/rtems4.10/m68k/Makefile.am b/rtems4.10/m68k/Makefile.am
index a2347f4..e2fc278 100644
--- a/rtems4.10/m68k/Makefile.am
+++ b/rtems4.10/m68k/Makefile.am
@@ -10,12 +10,12 @@ BINUTILS_RPMREL = 3
include ../binutils.am
BINUTILS_OPTS +=
-GCC_VERS = 4.4.6
+GCC_VERS = 4.4.7
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 5
+GCC_RPMREL = 1
NEWLIB_VERS = 1.18.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
-NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 23`
+NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 28`
include ../gcc.am
GCC_OPTS += --languages=cxx
diff --git a/rtems4.10/mips/Makefile.am b/rtems4.10/mips/Makefile.am
index 40d6844..9818def 100644
--- a/rtems4.10/mips/Makefile.am
+++ b/rtems4.10/mips/Makefile.am
@@ -10,12 +10,12 @@ BINUTILS_RPMREL = 3
include ../binutils.am
BINUTILS_OPTS +=
-GCC_VERS = 4.4.6
+GCC_VERS = 4.4.7
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 5
+GCC_RPMREL = 1
NEWLIB_VERS = 1.18.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
-NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 23`
+NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 28`
include ../gcc.am
GCC_OPTS += --languages=cxx
diff --git a/rtems4.10/powerpc/Makefile.am b/rtems4.10/powerpc/Makefile.am
index a23c9b9..c3be78f 100644
--- a/rtems4.10/powerpc/Makefile.am
+++ b/rtems4.10/powerpc/Makefile.am
@@ -10,12 +10,12 @@ BINUTILS_RPMREL = 3
include ../binutils.am
BINUTILS_OPTS +=
-GCC_VERS = 4.4.6
+GCC_VERS = 4.4.7
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 5
+GCC_RPMREL = 1
NEWLIB_VERS = 1.18.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
-NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 23`
+NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 28`
include ../gcc.am
GCC_OPTS += --languages=cxx
diff --git a/rtems4.10/sh/Makefile.am b/rtems4.10/sh/Makefile.am
index 7e408c0..8283a4e 100644
--- a/rtems4.10/sh/Makefile.am
+++ b/rtems4.10/sh/Makefile.am
@@ -10,12 +10,12 @@ BINUTILS_RPMREL = 3
include ../binutils.am
BINUTILS_OPTS +=
-GCC_VERS = 4.4.6
+GCC_VERS = 4.4.7
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 5
+GCC_RPMREL = 1
NEWLIB_VERS = 1.18.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
-NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 23`
+NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 28`
include ../gcc.am
GCC_OPTS += --languages=cxx
diff --git a/rtems4.10/sparc/Makefile.am b/rtems4.10/sparc/Makefile.am
index 4131073..5df2aec 100644
--- a/rtems4.10/sparc/Makefile.am
+++ b/rtems4.10/sparc/Makefile.am
@@ -10,12 +10,12 @@ BINUTILS_RPMREL = 3
include ../binutils.am
BINUTILS_OPTS +=
-GCC_VERS = 4.4.6
+GCC_VERS = 4.4.7
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 5
+GCC_RPMREL = 1
NEWLIB_VERS = 1.18.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
-NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 23`
+NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 28`
include ../gcc.am
GCC_OPTS += --languages=cxx
More information about the vc
mailing list