Preps for gcc-4.4.2.

This commit is contained in:
Ralf Corsepius
2009-10-09 04:17:52 +00:00
parent 365dd6265f
commit b85a6f5501
26 changed files with 156 additions and 65 deletions

View File

@@ -10,13 +10,13 @@ BINUTILS_RPMREL = 1
include ../binutils.am
BINUTILS_OPTS +=
GCC_VERS = 4.4.1
GCC_PKGVERS = $(GCC_VERS)
GCC_RPMREL = 18
GCC_VERS = 4.4.2
GCC_PKGVERS = $(GCC_VERS)-RC-20091008
GCC_RPMREL = 1
NEWLIB_VERS = 1.17.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
NEWLIB_RPMREL = `expr 40 + $(GCC_RPMREL)`
NEWLIB_RPMREL = `expr 58 + $(GCC_RPMREL)`
include ../gcc.am
GCC_OPTS += --languages=cxx

View File

@@ -1,3 +1,7 @@
%if "%{gcc_version}" == "4.4.2"
Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20091009.diff
%endif
%if "%{gcc_version}" == "4.4.1"
Source0: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20090820.diff
@@ -5,6 +9,9 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtem
%{?_without_sources:NoSource: 0}
%if %build_cxx
%if "%{gcc_version}" == "4.4.2"
Source1: ftp://ftp.gnu.org/pub/gnu/gcc/snapshots/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
%if "%{gcc_version}" == "4.4.1"
Source1: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
@@ -34,7 +41,7 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta
%if %build_newlib
%if "%{newlib_version}" == "1.17.0"
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20090922.diff
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20091009.diff
%endif
%{?_without_sources:NoSource: 50}
%endif

View File

@@ -10,12 +10,12 @@ BINUTILS_RPMREL = 1
include ../binutils.am
BINUTILS_OPTS +=
GCC_VERS = 4.4.1
GCC_PKGVERS = $(GCC_VERS)
GCC_RPMREL = 18
GCC_VERS = 4.4.2
GCC_PKGVERS = $(GCC_VERS)-RC-20091008
GCC_RPMREL = 1
NEWLIB_VERS = 1.17.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
NEWLIB_RPMREL = `expr 40 + $(GCC_RPMREL)`
NEWLIB_RPMREL = `expr 58 + $(GCC_RPMREL)`
include ../gcc.am
GCC_OPTS +=

View File

@@ -1,3 +1,7 @@
%if "%{gcc_version}" == "4.4.2"
Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20091009.diff
%endif
%if "%{gcc_version}" == "4.4.1"
Source0: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20090820.diff
@@ -5,6 +9,9 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtem
%{?_without_sources:NoSource: 0}
%if %build_cxx
%if "%{gcc_version}" == "4.4.2"
Source1: ftp://ftp.gnu.org/pub/gnu/gcc/snapshots/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
%if "%{gcc_version}" == "4.4.1"
Source1: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
@@ -34,7 +41,7 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta
%if %build_newlib
%if "%{newlib_version}" == "1.17.0"
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20090922.diff
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20091009.diff
%endif
%{?_without_sources:NoSource: 50}
%endif

View File

@@ -10,12 +10,12 @@ BINUTILS_RPMREL = 1
include ../binutils.am
BINUTILS_OPTS +=
GCC_VERS = 4.4.1
GCC_PKGVERS = $(GCC_VERS)
GCC_RPMREL = 18
GCC_VERS = 4.4.2
GCC_PKGVERS = $(GCC_VERS)-RC-20091008
GCC_RPMREL = 1
NEWLIB_VERS = 1.17.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
NEWLIB_RPMREL = `expr 40 + $(GCC_RPMREL)`
NEWLIB_RPMREL = `expr 58 + $(GCC_RPMREL)`
include ../gcc.am
GCC_OPTS += --languages=cxx

View File

@@ -1,3 +1,7 @@
%if "%{gcc_version}" == "4.4.2"
Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20091009.diff
%endif
%if "%{gcc_version}" == "4.4.1"
Source0: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20090820.diff
@@ -5,6 +9,9 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtem
%{?_without_sources:NoSource: 0}
%if %build_cxx
%if "%{gcc_version}" == "4.4.2"
Source1: ftp://ftp.gnu.org/pub/gnu/gcc/snapshots/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
%if "%{gcc_version}" == "4.4.1"
Source1: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
@@ -34,7 +41,7 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta
%if %build_newlib
%if "%{newlib_version}" == "1.17.0"
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20090922.diff
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20091009.diff
%endif
%{?_without_sources:NoSource: 50}
%endif

View File

@@ -10,12 +10,12 @@ BINUTILS_RPMREL = 1
include ../binutils.am
BINUTILS_OPTS +=
GCC_VERS = 4.4.1
GCC_PKGVERS = $(GCC_VERS)
GCC_RPMREL = 18
GCC_VERS = 4.4.2
GCC_PKGVERS = $(GCC_VERS)-RC-20091008
GCC_RPMREL = 1
NEWLIB_VERS = 1.17.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
NEWLIB_RPMREL = `expr 40 + $(GCC_RPMREL)`
NEWLIB_RPMREL = `expr 58 + $(GCC_RPMREL)`
include ../gcc.am
GCC_OPTS += --languages=cxx

View File

@@ -1,3 +1,7 @@
%if "%{gcc_version}" == "4.4.2"
Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20091009.diff
%endif
%if "%{gcc_version}" == "4.4.1"
Source0: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20090820.diff
@@ -5,6 +9,9 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtem
%{?_without_sources:NoSource: 0}
%if %build_cxx
%if "%{gcc_version}" == "4.4.2"
Source1: ftp://ftp.gnu.org/pub/gnu/gcc/snapshots/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
%if "%{gcc_version}" == "4.4.1"
Source1: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
@@ -34,7 +41,7 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta
%if %build_newlib
%if "%{newlib_version}" == "1.17.0"
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20090922.diff
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20091009.diff
%endif
%{?_without_sources:NoSource: 50}
%endif

View File

@@ -10,12 +10,12 @@ BINUTILS_RPMREL = 1
include ../binutils.am
BINUTILS_OPTS +=
GCC_VERS = 4.4.1
GCC_PKGVERS = $(GCC_VERS)
GCC_RPMREL = 18
GCC_VERS = 4.4.2
GCC_PKGVERS = $(GCC_VERS)-RC-20091008
GCC_RPMREL = 1
NEWLIB_VERS = 1.17.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
NEWLIB_RPMREL = `expr 40 + $(GCC_RPMREL)`
NEWLIB_RPMREL = `expr 58 + $(GCC_RPMREL)`
include ../gcc.am
GCC_OPTS += --languages=cxx

View File

@@ -1,3 +1,7 @@
%if "%{gcc_version}" == "4.4.2"
Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20091009.diff
%endif
%if "%{gcc_version}" == "4.4.1"
Source0: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20090820.diff
@@ -5,6 +9,9 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtem
%{?_without_sources:NoSource: 0}
%if %build_cxx
%if "%{gcc_version}" == "4.4.2"
Source1: ftp://ftp.gnu.org/pub/gnu/gcc/snapshots/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
%if "%{gcc_version}" == "4.4.1"
Source1: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
@@ -34,7 +41,7 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta
%if %build_newlib
%if "%{newlib_version}" == "1.17.0"
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20090922.diff
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20091009.diff
%endif
%{?_without_sources:NoSource: 50}
%endif

View File

@@ -10,12 +10,12 @@ BINUTILS_RPMREL = 1
include ../binutils.am
BINUTILS_OPTS +=
GCC_VERS = 4.4.1
GCC_PKGVERS = $(GCC_VERS)
GCC_RPMREL = 18
GCC_VERS = 4.4.2
GCC_PKGVERS = $(GCC_VERS)-RC-20091008
GCC_RPMREL = 1
NEWLIB_VERS = 1.17.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
NEWLIB_RPMREL = `expr 40 + $(GCC_RPMREL)`
NEWLIB_RPMREL = `expr 58 + $(GCC_RPMREL)`
include ../gcc.am
GCC_OPTS += --languages=cxx

View File

@@ -1,3 +1,7 @@
%if "%{gcc_version}" == "4.4.2"
Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20091009.diff
%endif
%if "%{gcc_version}" == "4.4.1"
Source0: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20090820.diff
@@ -5,6 +9,9 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtem
%{?_without_sources:NoSource: 0}
%if %build_cxx
%if "%{gcc_version}" == "4.4.2"
Source1: ftp://ftp.gnu.org/pub/gnu/gcc/snapshots/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
%if "%{gcc_version}" == "4.4.1"
Source1: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
@@ -34,7 +41,7 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta
%if %build_newlib
%if "%{newlib_version}" == "1.17.0"
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20090922.diff
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20091009.diff
%endif
%{?_without_sources:NoSource: 50}
%endif

View File

@@ -10,12 +10,12 @@ BINUTILS_RPMREL = 1
include ../binutils.am
BINUTILS_OPTS +=
GCC_VERS = 4.4.1
GCC_PKGVERS = $(GCC_VERS)
GCC_RPMREL = 18
GCC_VERS = 4.4.2
GCC_PKGVERS = $(GCC_VERS)-RC-20091008
GCC_RPMREL = 1
NEWLIB_VERS = 1.17.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
NEWLIB_RPMREL = `expr 40 + $(GCC_RPMREL)`
NEWLIB_RPMREL = `expr 58 + $(GCC_RPMREL)`
include ../gcc.am
GCC_OPTS +=

View File

@@ -1,3 +1,7 @@
%if "%{gcc_version}" == "4.4.2"
Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20091009.diff
%endif
%if "%{gcc_version}" == "4.4.1"
Source0: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20090820.diff
@@ -5,6 +9,9 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtem
%{?_without_sources:NoSource: 0}
%if %build_cxx
%if "%{gcc_version}" == "4.4.2"
Source1: ftp://ftp.gnu.org/pub/gnu/gcc/snapshots/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
%if "%{gcc_version}" == "4.4.1"
Source1: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
@@ -34,7 +41,7 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta
%if %build_newlib
%if "%{newlib_version}" == "1.17.0"
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20090922.diff
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20091009.diff
%endif
%{?_without_sources:NoSource: 50}
%endif

View File

@@ -10,12 +10,12 @@ BINUTILS_RPMREL = 1
include ../binutils.am
BINUTILS_OPTS +=
GCC_VERS = 4.4.1
GCC_PKGVERS = $(GCC_VERS)
GCC_RPMREL = 18
GCC_VERS = 4.4.2
GCC_PKGVERS = $(GCC_VERS)-RC-20091008
GCC_RPMREL = 1
NEWLIB_VERS = 1.17.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
NEWLIB_RPMREL = `expr 40 + $(GCC_RPMREL)`
NEWLIB_RPMREL = `expr 58 + $(GCC_RPMREL)`
include ../gcc.am
GCC_OPTS +=

View File

@@ -1,3 +1,7 @@
%if "%{gcc_version}" == "4.4.2"
Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20091009.diff
%endif
%if "%{gcc_version}" == "4.4.1"
Source0: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20090820.diff
@@ -5,6 +9,9 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtem
%{?_without_sources:NoSource: 0}
%if %build_cxx
%if "%{gcc_version}" == "4.4.2"
Source1: ftp://ftp.gnu.org/pub/gnu/gcc/snapshots/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
%if "%{gcc_version}" == "4.4.1"
Source1: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
@@ -34,7 +41,7 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta
%if %build_newlib
%if "%{newlib_version}" == "1.17.0"
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20090922.diff
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20091009.diff
%endif
%{?_without_sources:NoSource: 50}
%endif

View File

@@ -10,12 +10,12 @@ BINUTILS_RPMREL = 1
include ../binutils.am
BINUTILS_OPTS +=
GCC_VERS = 4.4.1
GCC_PKGVERS = $(GCC_VERS)
GCC_RPMREL = 18
GCC_VERS = 4.4.2
GCC_PKGVERS = $(GCC_VERS)-RC-20091008
GCC_RPMREL = 1
NEWLIB_VERS = 1.17.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
NEWLIB_RPMREL = `expr 40 + $(GCC_RPMREL)`
NEWLIB_RPMREL = `expr 58 + $(GCC_RPMREL)`
include ../gcc.am
GCC_OPTS += --languages=cxx

View File

@@ -1,3 +1,7 @@
%if "%{gcc_version}" == "4.4.2"
Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20091009.diff
%endif
%if "%{gcc_version}" == "4.4.1"
Source0: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20090820.diff
@@ -5,6 +9,9 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtem
%{?_without_sources:NoSource: 0}
%if %build_cxx
%if "%{gcc_version}" == "4.4.2"
Source1: ftp://ftp.gnu.org/pub/gnu/gcc/snapshots/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
%if "%{gcc_version}" == "4.4.1"
Source1: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
@@ -34,7 +41,7 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta
%if %build_newlib
%if "%{newlib_version}" == "1.17.0"
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20090922.diff
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20091009.diff
%endif
%{?_without_sources:NoSource: 50}
%endif

View File

@@ -10,12 +10,12 @@ BINUTILS_RPMREL = 1
include ../binutils.am
BINUTILS_OPTS +=
GCC_VERS = 4.4.1
GCC_PKGVERS = $(GCC_VERS)
GCC_RPMREL = 18
GCC_VERS = 4.4.2
GCC_PKGVERS = $(GCC_VERS)-RC-20091008
GCC_RPMREL = 1
NEWLIB_VERS = 1.17.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
NEWLIB_RPMREL = `expr 40 + $(GCC_RPMREL)`
NEWLIB_RPMREL = `expr 58 + $(GCC_RPMREL)`
include ../gcc.am
GCC_OPTS += --languages=cxx

View File

@@ -1,3 +1,7 @@
%if "%{gcc_version}" == "4.4.2"
Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20091009.diff
%endif
%if "%{gcc_version}" == "4.4.1"
Source0: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20090820.diff
@@ -5,6 +9,9 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtem
%{?_without_sources:NoSource: 0}
%if %build_cxx
%if "%{gcc_version}" == "4.4.2"
Source1: ftp://ftp.gnu.org/pub/gnu/gcc/snapshots/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
%if "%{gcc_version}" == "4.4.1"
Source1: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
@@ -34,7 +41,7 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta
%if %build_newlib
%if "%{newlib_version}" == "1.17.0"
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20090922.diff
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20091009.diff
%endif
%{?_without_sources:NoSource: 50}
%endif

View File

@@ -10,12 +10,12 @@ BINUTILS_RPMREL = 1
include ../binutils.am
BINUTILS_OPTS +=
GCC_VERS = 4.4.1
GCC_PKGVERS = $(GCC_VERS)
GCC_RPMREL = 18
GCC_VERS = 4.4.2
GCC_PKGVERS = $(GCC_VERS)-RC-20091008
GCC_RPMREL = 1
NEWLIB_VERS = 1.17.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
NEWLIB_RPMREL = `expr 40 + $(GCC_RPMREL)`
NEWLIB_RPMREL = `expr 58 + $(GCC_RPMREL)`
include ../gcc.am
GCC_OPTS += --languages=cxx

View File

@@ -1,3 +1,7 @@
%if "%{gcc_version}" == "4.4.2"
Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20091009.diff
%endif
%if "%{gcc_version}" == "4.4.1"
Source0: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20090820.diff
@@ -5,6 +9,9 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtem
%{?_without_sources:NoSource: 0}
%if %build_cxx
%if "%{gcc_version}" == "4.4.2"
Source1: ftp://ftp.gnu.org/pub/gnu/gcc/snapshots/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
%if "%{gcc_version}" == "4.4.1"
Source1: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
@@ -34,7 +41,7 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta
%if %build_newlib
%if "%{newlib_version}" == "1.17.0"
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20090922.diff
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20091009.diff
%endif
%{?_without_sources:NoSource: 50}
%endif

View File

@@ -10,12 +10,12 @@ BINUTILS_RPMREL = 1
include ../binutils.am
BINUTILS_OPTS +=
GCC_VERS = 4.4.1
GCC_PKGVERS = $(GCC_VERS)
GCC_RPMREL = 18
GCC_VERS = 4.4.2
GCC_PKGVERS = $(GCC_VERS)-RC-20091008
GCC_RPMREL = 1
NEWLIB_VERS = 1.17.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
NEWLIB_RPMREL = `expr 40 + $(GCC_RPMREL)`
NEWLIB_RPMREL = `expr 58 + $(GCC_RPMREL)`
include ../gcc.am
GCC_OPTS += --languages=cxx

View File

@@ -1,3 +1,7 @@
%if "%{gcc_version}" == "4.4.2"
Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20091009.diff
%endif
%if "%{gcc_version}" == "4.4.1"
Source0: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20090820.diff
@@ -5,6 +9,9 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtem
%{?_without_sources:NoSource: 0}
%if %build_cxx
%if "%{gcc_version}" == "4.4.2"
Source1: ftp://ftp.gnu.org/pub/gnu/gcc/snapshots/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
%if "%{gcc_version}" == "4.4.1"
Source1: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
@@ -34,7 +41,7 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta
%if %build_newlib
%if "%{newlib_version}" == "1.17.0"
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20090922.diff
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20091009.diff
%endif
%{?_without_sources:NoSource: 50}
%endif

View File

@@ -10,12 +10,12 @@ BINUTILS_RPMREL = 1
include ../binutils.am
BINUTILS_OPTS +=
GCC_VERS = 4.4.1
GCC_PKGVERS = $(GCC_VERS)
GCC_RPMREL = 18
GCC_VERS = 4.4.2
GCC_PKGVERS = $(GCC_VERS)-RC-20091008
GCC_RPMREL = 1
NEWLIB_VERS = 1.17.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
NEWLIB_RPMREL = `expr 40 + $(GCC_RPMREL)`
NEWLIB_RPMREL = `expr 58 + $(GCC_RPMREL)`
include ../gcc.am
GCC_OPTS += --languages=cxx

View File

@@ -1,3 +1,7 @@
%if "%{gcc_version}" == "4.4.2"
Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20091009.diff
%endif
%if "%{gcc_version}" == "4.4.1"
Source0: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20090820.diff
@@ -5,6 +9,9 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtem
%{?_without_sources:NoSource: 0}
%if %build_cxx
%if "%{gcc_version}" == "4.4.2"
Source1: ftp://ftp.gnu.org/pub/gnu/gcc/snapshots/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
%if "%{gcc_version}" == "4.4.1"
Source1: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
@@ -34,7 +41,7 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta
%if %build_newlib
%if "%{newlib_version}" == "1.17.0"
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20090922.diff
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20091009.diff
%endif
%{?_without_sources:NoSource: 50}
%endif