[rtems-crossrpms commit] gcc-4.7.3.
Ralf Corsepius
ralf at rtems.org
Thu May 30 03:28:28 UTC 2013
Module: rtems-crossrpms
Branch: master
Commit: bdfbbff54e898b11718ea9ef7fed3023ebd0f2c9
Changeset: http://git.rtems.org/rtems-crossrpms/commit/?id=bdfbbff54e898b11718ea9ef7fed3023ebd0f2c9
Author: Ralf Corsépius <ralf.corsepius at rtems.org>
Date: Wed May 29 12:06:29 2013 +0200
gcc-4.7.3.
---
rtems4.11/microblaze/Makefile.am | 6 ++--
rtems4.11/microblaze/Makefile.in | 6 ++--
rtems4.11/microblaze/gcc-sources.add | 5 ++++
.../rtems-4.11-microblaze-rtems4.11-gcc.spec | 25 ++++++++++++--------
4 files changed, 26 insertions(+), 16 deletions(-)
diff --git a/rtems4.11/microblaze/Makefile.am b/rtems4.11/microblaze/Makefile.am
index e4538d2..9fa7685 100644
--- a/rtems4.11/microblaze/Makefile.am
+++ b/rtems4.11/microblaze/Makefile.am
@@ -12,12 +12,12 @@ BINUTILS_OPTS +=
## microblaze-gcc-4.8.0 FTBFS:
## - requires binutils > 2.23.2.
## - RTEMS support is incomplete.
-GCC_VERS = 4.7.2
+GCC_VERS = 4.7.3
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 6
+GCC_RPMREL = 1
NEWLIB_VERS = 1.20.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
-NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 16`
+NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 22`
include ../gcc.am
GCC_OPTS += --languages=cxx
diff --git a/rtems4.11/microblaze/Makefile.in b/rtems4.11/microblaze/Makefile.in
index a4aba42..9d8b4fc 100644
--- a/rtems4.11/microblaze/Makefile.in
+++ b/rtems4.11/microblaze/Makefile.in
@@ -236,12 +236,12 @@ BINUTILS_SUBPACKAGES = $(top_srcdir)/common/common.add \
$(top_srcdir)/common/clean.add \
$(top_srcdir)/binutils/target-binutils.add \
$(top_srcdir)/binutils/base-binutils.add
-GCC_VERS = 4.7.2
+GCC_VERS = 4.7.3
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 6
+GCC_RPMREL = 1
NEWLIB_VERS = 1.20.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
-NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 16`
+NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 22`
GCC_OPTS = --languages=c --newlib --languages=cxx
GCC_SUBPACKAGES = $(top_srcdir)/common/common.add \
$(top_srcdir)/gcc/gccnewlib.add $(top_srcdir)/gcc/prep.add \
diff --git a/rtems4.11/microblaze/gcc-sources.add b/rtems4.11/microblaze/gcc-sources.add
index 5a36ee4..ed8a73d 100644
--- a/rtems4.11/microblaze/gcc-sources.add
+++ b/rtems4.11/microblaze/gcc-sources.add
@@ -3,6 +3,11 @@
Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-4.8.0.tar.%{?el5:bz2}%{!?el5:xz}
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-4.8.0-rtems4.11-20130326.diff
%endif
+%if "%{gcc_version}" == "4.7.3"
+# Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-4.7.3/gcc-4.7.3.tar.bz2
+Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-4.7.3.tar.%{?el5:bz2}%{!?el5:xz}
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-4.7.3-rtems4.11-20130529.diff
+%endif
%if "%{gcc_version}" == "4.7.2"
# Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-4.7.2/gcc-4.7.2.tar.bz2
Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-4.7.2.tar.%{?el5:bz2}%{!?el5:xz}
diff --git a/rtems4.11/microblaze/rtems-4.11-microblaze-rtems4.11-gcc.spec b/rtems4.11/microblaze/rtems-4.11-microblaze-rtems4.11-gcc.spec
index 942fd8e..dbe07a4 100644
--- a/rtems4.11/microblaze/rtems-4.11-microblaze-rtems4.11-gcc.spec
+++ b/rtems4.11/microblaze/rtems-4.11-microblaze-rtems4.11-gcc.spec
@@ -47,9 +47,9 @@
%{?!el5:%global _with_noarch_subpackages 1}
-%define gcc_pkgvers 4.7.2
-%define gcc_version 4.7.2
-%define gcc_rpmvers %{expand:%(echo "4.7.2" | tr - _ )}
+%define gcc_pkgvers 4.7.3
+%define gcc_version 4.7.3
+%define gcc_rpmvers %{expand:%(echo "4.7.3" | tr - _ )}
%define newlib_pkgvers 1.20.0
%define newlib_version 1.20.0
@@ -59,7 +59,7 @@ Summary: microblaze-rtems4.11 gcc
Group: Development/Tools
Version: %{gcc_rpmvers}
-Release: 6%{?dist}
+Release: 1%{?dist}
License: GPL
URL: http://gcc.gnu.org
%{?el5:BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)}
@@ -259,7 +259,7 @@ BuildRequires: rtems-4.11-microblaze-rtems4.11-binutils
Requires: rtems-4.11-gcc-common
Requires: rtems-4.11-microblaze-rtems4.11-binutils
Requires: rtems-4.11-microblaze-rtems4.11-gcc-libgcc = %{gcc_rpmvers}-%{release}
-Requires: rtems-4.11-microblaze-rtems4.11-newlib = %{newlib_version}-22%{?dist}
+Requires: rtems-4.11-microblaze-rtems4.11-newlib = %{newlib_version}-23%{?dist}
%if "%{gcc_version}" >= "4.5.0"
BuildRequires: zlib-devel
@@ -276,6 +276,11 @@ BuildRequires: %{_host_rpmprefix}zlib-devel
Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-4.8.0.tar.%{?el5:bz2}%{!?el5:xz}
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-4.8.0-rtems4.11-20130326.diff
%endif
+%if "%{gcc_version}" == "4.7.3"
+# Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-4.7.3/gcc-4.7.3.tar.bz2
+Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-4.7.3.tar.%{?el5:bz2}%{!?el5:xz}
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-4.7.3-rtems4.11-20130529.diff
+%endif
%if "%{gcc_version}" == "4.7.2"
# Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-4.7.2/gcc-4.7.2.tar.bz2
Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-4.7.2.tar.%{?el5:bz2}%{!?el5:xz}
@@ -389,7 +394,7 @@ cd ..
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
%endif
-echo "RTEMS gcc-%{gcc_version}-6%{?dist}/newlib-%{newlib_version}-22%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
+echo "RTEMS gcc-%{gcc_version}-1%{?dist}/newlib-%{newlib_version}-23%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
# Fix timestamps
@@ -674,7 +679,7 @@ sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
# Group: Development/Tools
# Version: %{gcc_rpmvers}
# Requires: rtems-4.11-microblaze-rtems4.11-binutils
-# Requires: rtems-4.11-microblaze-rtems4.11-newlib = %{newlib_version}-22%{?dist}
+# Requires: rtems-4.11-microblaze-rtems4.11-newlib = %{newlib_version}-23%{?dist}
# License: GPL
# %if %build_infos
@@ -692,7 +697,7 @@ Summary: libgcc for microblaze-rtems4.11-gcc
Group: Development/Tools
Version: %{gcc_rpmvers}
%{?_with_noarch_subpackages:BuildArch: noarch}
-Requires: rtems-4.11-microblaze-rtems4.11-newlib = %{newlib_version}-22%{?dist}
+Requires: rtems-4.11-microblaze-rtems4.11-newlib = %{newlib_version}-23%{?dist}
License: GPL
%description -n rtems-4.11-microblaze-rtems4.11-gcc-libgcc
@@ -877,7 +882,7 @@ Summary: C Library (newlib) for microblaze-rtems4.11
Group: Development/Tools
License: Distributable
Version: %{newlib_version}
-Release: 22%{?dist}
+Release: 23%{?dist}
%{?_with_noarch_subpackages:BuildArch: noarch}
Requires: rtems-4.11-newlib-common
@@ -898,7 +903,7 @@ Newlib C Library for microblaze-rtems4.11.
Summary: Base package for RTEMS newlib C Library
Group: Development/Tools
Version: %{newlib_version}
-Release: 22%{?dist}
+Release: 23%{?dist}
%{?_with_noarch_subpackages:BuildArch: noarch}
License: Distributable
More information about the vc
mailing list