This commit is contained in:
Ralf Corsepius
2007-05-25 13:42:51 +00:00
parent 24848b6979
commit f7d5d6e3b3
4 changed files with 14 additions and 4 deletions
+4 -2
View File
@@ -4,11 +4,13 @@ TARGET = bfin-rtems4.8
include $(top_srcdir)/mkspec.am
BINUTILS_VERS = 2.17
BINUTILS_VERS = 2.17.50
BINUTILS_PKGVERS = $(BINUTILS_VERS)
BINUTILS_RPMREL = 2
BINUTILS_RPMREL = 1
include ../binutils.am
BINUTILS_OPTS +=
# We don't want docs from bleeding edge upstream
BINUTILS_OPTS += --disable-infos
GCC_VERS = 4.2.0
GCC_PKGVERS = 4.2-20070221
@@ -3,3 +3,6 @@ Source0: ftp://ftp.gnu.org/pub/gnu/binutils/binutils-%{binutils_pkgvers}.tar.bz2
%if "%{binutils_version}" == "2.17"
Patch0: binutils-2.17-rtems4.8-20061021.diff
%endif
%if "%{binutils_version}" == "2.17.50"
Patch0: binutils-2.17.50-rtems4.8-20070525.diff
%endif
+4 -2
View File
@@ -4,11 +4,13 @@ TARGET = sparc-rtems4.8
include $(top_srcdir)/mkspec.am
BINUTILS_VERS = 2.17
BINUTILS_VERS = 2.17.50
BINUTILS_PKGVERS = $(BINUTILS_VERS)
BINUTILS_RPMREL = 2
BINUTILS_RPMREL = 1
include ../binutils.am
BINUTILS_OPTS +=
# We don't want docs from bleeding edge upstream
BINUTILS_OPTS += --disable-infos
GCC_VERS = 4.1.2
GCC_PKGVERS = $(GCC_VERS)
@@ -3,3 +3,6 @@ Source0: ftp://ftp.gnu.org/pub/gnu/binutils/binutils-%{binutils_pkgvers}.tar.bz2
%if "%{binutils_version}" == "2.17"
Patch0: binutils-2.17-rtems4.8-20061021.diff
%endif
%if "%{binutils_version}" == "2.17.50"
Patch0: binutils-2.17.50-rtems4.8-20070525.diff
%endif