This commit is contained in:
Ralf Corsepius
2006-07-04 15:41:24 +00:00
parent b63e4baf62
commit 5727b17d2b
42 changed files with 568 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
Makefile
Makefile.in
*.spec
*.spec.in

View File

@@ -0,0 +1,19 @@
# $Id$
TARGET = arm-rtems4.7
include $(top_srcdir)/mkspec.am
BINUTILS_VERS = 2.17
BINUTILS_RPMREL = @VERSION@
include $(top_srcdir)/rtems4.7/binutils.am
GCC_VERS = 4.1.1
GCC_RPMREL = @VERSION@
NEWLIB_VERS = 1.14.0
include $(top_srcdir)/rtems4.7/gcc.am
GCC_OPTS += --languages=cxx
GDB_VERS = 6.4
GDB_RPMREL = @VERSION@
include $(top_srcdir)/rtems4.7/gdb.am

View File

@@ -0,0 +1,3 @@
Source0: ftp://ftp.gnu.org/pub/binutils/binutils-%{binutils_version}.tar.bz2
%{?!_with_sources:NoSource: 0}
# Patch0: binutils-2.16.1-rtems-20050708.diff

View File

@@ -0,0 +1,41 @@
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-core-%{gcc_pkgvers}.tar.bz2
# Patch0: gcc-4.1.0-rtems-mips.diff
Patch0: gcc-core-4.1.1-rtems-20060626.diff
# @PATCH0@
%{?!_with_sources:NoSource: 0}
%if %build_cxx
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-g++-%{gcc_pkgvers}.tar.bz2
@PATCH1@
%{?!_with_sources:NoSource: 1}
%endif
%if %build_f95
Source2: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-fortran-%{gcc_pkgvers}.tar.bz2
@PATCH2@
%{?!_with_sources:NoSource: 2}
%endif
%if %build_gcj
Source3: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-java-%{gcc_pkgvers}.tar.bz2
@PATCH3@
%{?!_with_sources:NoSource: 3}
%endif
%if %build_gnat
Source4: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-ada-%{gcc_pkgvers}.tar.bz2
@PATCH4@
%{?!_with_sources:NoSource: 4}
%endif
%if %build_objc
Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.tar.bz2
@PATCH5@
%{?!_with_sources:NoSource: 5}
%endif
%if %build_newlib
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_version}.tar.gz
@PATCH50@
%{?!_with_sources:NoSource: 50}
%endif

View File

@@ -0,0 +1,3 @@
Source0: ftp://ftp.gnu.org/pub/gdb/gdb-%{gdb_version}.tar.bz2
%{?!_with_sources:NoSource: 0}
Patch0: gdb-6.4-rtems-20060311.diff

View File

@@ -0,0 +1,4 @@
Makefile
Makefile.in
*.spec
*.spec.in

View File

@@ -0,0 +1,4 @@
Makefile
Makefile.in
*.spec
*.spec.in

View File

@@ -0,0 +1,19 @@
# $Id$
TARGET = h8300-rtems4.7
include $(top_srcdir)/mkspec.am
BINUTILS_VERS = 2.17
BINUTILS_RPMREL = @VERSION@
include $(top_srcdir)/rtems4.7/binutils.am
GCC_VERS = 4.1.1
GCC_RPMREL = @VERSION@
NEWLIB_VERS = 1.14.0
include $(top_srcdir)/rtems4.7/gcc.am
GCC_OPTS += --languages=cxx
GDB_VERS = 6.4
GDB_RPMREL = @VERSION@
include $(top_srcdir)/rtems4.7/gdb.am

View File

@@ -0,0 +1,3 @@
Source0: ftp://ftp.gnu.org/pub/binutils/binutils-%{binutils_version}.tar.bz2
%{?!_with_sources:NoSource: 0}
# Patch0: binutils-2.16.1-rtems-20050708.diff

View File

@@ -0,0 +1,41 @@
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-core-%{gcc_pkgvers}.tar.bz2
# Patch0: gcc-4.1.0-rtems-mips.diff
Patch0: gcc-core-4.1.1-rtems-20060626.diff
# @PATCH0@
%{?!_with_sources:NoSource: 0}
%if %build_cxx
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-g++-%{gcc_pkgvers}.tar.bz2
@PATCH1@
%{?!_with_sources:NoSource: 1}
%endif
%if %build_f95
Source2: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-fortran-%{gcc_pkgvers}.tar.bz2
@PATCH2@
%{?!_with_sources:NoSource: 2}
%endif
%if %build_gcj
Source3: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-java-%{gcc_pkgvers}.tar.bz2
@PATCH3@
%{?!_with_sources:NoSource: 3}
%endif
%if %build_gnat
Source4: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-ada-%{gcc_pkgvers}.tar.bz2
@PATCH4@
%{?!_with_sources:NoSource: 4}
%endif
%if %build_objc
Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.tar.bz2
@PATCH5@
%{?!_with_sources:NoSource: 5}
%endif
%if %build_newlib
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_version}.tar.gz
@PATCH50@
%{?!_with_sources:NoSource: 50}
%endif

View File

@@ -0,0 +1,3 @@
Source0: ftp://ftp.gnu.org/pub/gdb/gdb-%{gdb_version}.tar.bz2
%{?!_with_sources:NoSource: 0}
Patch0: gdb-6.4-rtems-20060311.diff

View File

@@ -0,0 +1,4 @@
Makefile
Makefile.in
*.spec
*.spec.in

View File

@@ -0,0 +1,19 @@
# $Id$
TARGET = i386-rtems4.7
include $(top_srcdir)/mkspec.am
BINUTILS_VERS = 2.17
BINUTILS_RPMREL = @VERSION@
include $(top_srcdir)/rtems4.7/binutils.am
GCC_VERS = 4.1.1
GCC_RPMREL = @VERSION@
NEWLIB_VERS = 1.14.0
include $(top_srcdir)/rtems4.7/gcc.am
GCC_OPTS += --languages=cxx
GDB_VERS = 6.4
GDB_RPMREL = @VERSION@
include $(top_srcdir)/rtems4.7/gdb.am

View File

@@ -0,0 +1,3 @@
Source0: ftp://ftp.gnu.org/pub/binutils/binutils-%{binutils_version}.tar.bz2
%{?!_with_sources:NoSource: 0}
# Patch0: binutils-2.16.1-rtems-20050708.diff

View File

@@ -0,0 +1,41 @@
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-core-%{gcc_pkgvers}.tar.bz2
# Patch0: gcc-4.1.0-rtems-mips.diff
Patch0: gcc-core-4.1.1-rtems-20060626.diff
# @PATCH0@
%{?!_with_sources:NoSource: 0}
%if %build_cxx
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-g++-%{gcc_pkgvers}.tar.bz2
@PATCH1@
%{?!_with_sources:NoSource: 1}
%endif
%if %build_f95
Source2: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-fortran-%{gcc_pkgvers}.tar.bz2
@PATCH2@
%{?!_with_sources:NoSource: 2}
%endif
%if %build_gcj
Source3: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-java-%{gcc_pkgvers}.tar.bz2
@PATCH3@
%{?!_with_sources:NoSource: 3}
%endif
%if %build_gnat
Source4: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-ada-%{gcc_pkgvers}.tar.bz2
@PATCH4@
%{?!_with_sources:NoSource: 4}
%endif
%if %build_objc
Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.tar.bz2
@PATCH5@
%{?!_with_sources:NoSource: 5}
%endif
%if %build_newlib
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_version}.tar.gz
@PATCH50@
%{?!_with_sources:NoSource: 50}
%endif

View File

@@ -0,0 +1,3 @@
Source0: ftp://ftp.gnu.org/pub/gdb/gdb-%{gdb_version}.tar.bz2
%{?!_with_sources:NoSource: 0}
Patch0: gdb-6.4-rtems-20060311.diff

View File

@@ -0,0 +1,4 @@
Makefile
Makefile.in
*.spec
*.spec.in

View File

@@ -0,0 +1,19 @@
# $Id$
TARGET = m68k-rtems4.7
include $(top_srcdir)/mkspec.am
BINUTILS_VERS = 2.16.1
BINUTILS_RPMREL = @VERSION@
include $(top_srcdir)/rtems4.7/binutils.am
GCC_VERS = 4.1.1
GCC_RPMREL = @VERSION@
NEWLIB_VERS = 1.14.0
include $(top_srcdir)/rtems4.7/gcc.am
GCC_OPTS += --languages=cxx
GDB_VERS = 6.4
GDB_RPMREL = @VERSION@
include $(top_srcdir)/rtems4.7/gdb.am

View File

@@ -0,0 +1,3 @@
Source0: ftp://ftp.gnu.org/pub/binutils/binutils-%{binutils_version}.tar.bz2
%{?!_with_sources:NoSource: 0}
# Patch0: binutils-2.16.1-rtems-20050708.diff

View File

@@ -0,0 +1,41 @@
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-core-%{gcc_pkgvers}.tar.bz2
# Patch0: gcc-4.1.0-rtems-mips.diff
Patch0: gcc-core-4.1.1-rtems-20060626.diff
# @PATCH0@
%{?!_with_sources:NoSource: 0}
%if %build_cxx
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-g++-%{gcc_pkgvers}.tar.bz2
@PATCH1@
%{?!_with_sources:NoSource: 1}
%endif
%if %build_f95
Source2: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-fortran-%{gcc_pkgvers}.tar.bz2
@PATCH2@
%{?!_with_sources:NoSource: 2}
%endif
%if %build_gcj
Source3: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-java-%{gcc_pkgvers}.tar.bz2
@PATCH3@
%{?!_with_sources:NoSource: 3}
%endif
%if %build_gnat
Source4: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-ada-%{gcc_pkgvers}.tar.bz2
@PATCH4@
%{?!_with_sources:NoSource: 4}
%endif
%if %build_objc
Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.tar.bz2
@PATCH5@
%{?!_with_sources:NoSource: 5}
%endif
%if %build_newlib
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_version}.tar.gz
@PATCH50@
%{?!_with_sources:NoSource: 50}
%endif

View File

@@ -0,0 +1,3 @@
Source0: ftp://ftp.gnu.org/pub/gdb/gdb-%{gdb_version}.tar.bz2
%{?!_with_sources:NoSource: 0}
Patch0: gdb-6.4-rtems-20060311.diff

View File

@@ -0,0 +1,4 @@
Makefile
Makefile.in
*.spec
*.spec.in

View File

@@ -0,0 +1,19 @@
# $Id$
TARGET = mips-rtems4.7
include $(top_srcdir)/mkspec.am
BINUTILS_VERS = 2.17
BINUTILS_RPMREL = @VERSION@
include $(top_srcdir)/rtems4.7/binutils.am
GCC_VERS = 4.1.1
GCC_RPMREL = @VERSION@
NEWLIB_VERS = 1.14.0
include $(top_srcdir)/rtems4.7/gcc.am
GCC_OPTS += --languages=cxx
GDB_VERS = 6.4
GDB_RPMREL = @VERSION@
include $(top_srcdir)/rtems4.7/gdb.am

View File

@@ -0,0 +1,3 @@
Source0: ftp://ftp.gnu.org/pub/binutils/binutils-%{binutils_version}.tar.bz2
%{?!_with_sources:NoSource: 0}
# Patch0: binutils-2.16.1-rtems-20050708.diff

View File

@@ -0,0 +1,41 @@
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-core-%{gcc_pkgvers}.tar.bz2
# Patch0: gcc-4.1.0-rtems-mips.diff
Patch0: gcc-core-4.1.1-rtems-20060626.diff
# @PATCH0@
%{?!_with_sources:NoSource: 0}
%if %build_cxx
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-g++-%{gcc_pkgvers}.tar.bz2
@PATCH1@
%{?!_with_sources:NoSource: 1}
%endif
%if %build_f95
Source2: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-fortran-%{gcc_pkgvers}.tar.bz2
@PATCH2@
%{?!_with_sources:NoSource: 2}
%endif
%if %build_gcj
Source3: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-java-%{gcc_pkgvers}.tar.bz2
@PATCH3@
%{?!_with_sources:NoSource: 3}
%endif
%if %build_gnat
Source4: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-ada-%{gcc_pkgvers}.tar.bz2
@PATCH4@
%{?!_with_sources:NoSource: 4}
%endif
%if %build_objc
Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.tar.bz2
@PATCH5@
%{?!_with_sources:NoSource: 5}
%endif
%if %build_newlib
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_version}.tar.gz
@PATCH50@
%{?!_with_sources:NoSource: 50}
%endif

View File

@@ -0,0 +1,3 @@
Source0: ftp://ftp.gnu.org/pub/gdb/gdb-%{gdb_version}.tar.bz2
%{?!_with_sources:NoSource: 0}
Patch0: gdb-6.4-rtems-20060311.diff

View File

@@ -0,0 +1,4 @@
Makefile
Makefile.in
*.spec
*.spec.in

View File

@@ -0,0 +1,19 @@
# $Id$
TARGET = powerpc-rtems4.7
include $(top_srcdir)/mkspec.am
BINUTILS_VERS = 2.17
BINUTILS_RPMREL = @VERSION@
include $(top_srcdir)/rtems4.7/binutils.am
GCC_VERS = 4.1.1
GCC_RPMREL = @VERSION@
NEWLIB_VERS = 1.14.0
include $(top_srcdir)/rtems4.7/gcc.am
GCC_OPTS += --languages=cxx
GDB_VERS = 6.4
GDB_RPMREL = @VERSION@
include $(top_srcdir)/rtems4.7/gdb.am

View File

@@ -0,0 +1,3 @@
Source0: ftp://ftp.gnu.org/pub/binutils/binutils-%{binutils_version}.tar.bz2
%{?!_with_sources:NoSource: 0}
# Patch0: binutils-2.16.1-rtems-20050708.diff

View File

@@ -0,0 +1,41 @@
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-core-%{gcc_pkgvers}.tar.bz2
# Patch0: gcc-4.1.0-rtems-mips.diff
Patch0: gcc-core-4.1.1-rtems-20060626.diff
# @PATCH0@
%{?!_with_sources:NoSource: 0}
%if %build_cxx
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-g++-%{gcc_pkgvers}.tar.bz2
@PATCH1@
%{?!_with_sources:NoSource: 1}
%endif
%if %build_f95
Source2: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-fortran-%{gcc_pkgvers}.tar.bz2
@PATCH2@
%{?!_with_sources:NoSource: 2}
%endif
%if %build_gcj
Source3: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-java-%{gcc_pkgvers}.tar.bz2
@PATCH3@
%{?!_with_sources:NoSource: 3}
%endif
%if %build_gnat
Source4: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-ada-%{gcc_pkgvers}.tar.bz2
@PATCH4@
%{?!_with_sources:NoSource: 4}
%endif
%if %build_objc
Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.tar.bz2
@PATCH5@
%{?!_with_sources:NoSource: 5}
%endif
%if %build_newlib
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_version}.tar.gz
@PATCH50@
%{?!_with_sources:NoSource: 50}
%endif

View File

@@ -0,0 +1,3 @@
Source0: ftp://ftp.gnu.org/pub/gdb/gdb-%{gdb_version}.tar.bz2
%{?!_with_sources:NoSource: 0}
Patch0: gdb-6.4-rtems-20060311.diff

View File

@@ -0,0 +1,4 @@
Makefile
Makefile.in
*.spec
*.spec.in

View File

@@ -0,0 +1,19 @@
# $Id$
TARGET = sh-rtems4.7
include $(top_srcdir)/mkspec.am
BINUTILS_VERS = 2.17
BINUTILS_RPMREL = @VERSION@
include $(top_srcdir)/rtems4.7/binutils.am
GCC_VERS = 4.1.1
GCC_RPMREL = @VERSION@
NEWLIB_VERS = 1.14.0
include $(top_srcdir)/rtems4.7/gcc.am
GCC_OPTS += --languages=cxx
GDB_VERS = 6.4
GDB_RPMREL = @VERSION@
include $(top_srcdir)/rtems4.7/gdb.am

View File

@@ -0,0 +1,3 @@
Source0: ftp://ftp.gnu.org/pub/binutils/binutils-%{binutils_version}.tar.bz2
%{?!_with_sources:NoSource: 0}
# Patch0: binutils-2.16.1-rtems-20050708.diff

View File

@@ -0,0 +1,41 @@
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-core-%{gcc_pkgvers}.tar.bz2
# Patch0: gcc-4.1.0-rtems-mips.diff
Patch0: gcc-core-4.1.1-rtems-20060626.diff
# @PATCH0@
%{?!_with_sources:NoSource: 0}
%if %build_cxx
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-g++-%{gcc_pkgvers}.tar.bz2
@PATCH1@
%{?!_with_sources:NoSource: 1}
%endif
%if %build_f95
Source2: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-fortran-%{gcc_pkgvers}.tar.bz2
@PATCH2@
%{?!_with_sources:NoSource: 2}
%endif
%if %build_gcj
Source3: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-java-%{gcc_pkgvers}.tar.bz2
@PATCH3@
%{?!_with_sources:NoSource: 3}
%endif
%if %build_gnat
Source4: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-ada-%{gcc_pkgvers}.tar.bz2
@PATCH4@
%{?!_with_sources:NoSource: 4}
%endif
%if %build_objc
Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.tar.bz2
@PATCH5@
%{?!_with_sources:NoSource: 5}
%endif
%if %build_newlib
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_version}.tar.gz
@PATCH50@
%{?!_with_sources:NoSource: 50}
%endif

View File

@@ -0,0 +1,3 @@
Source0: ftp://ftp.gnu.org/pub/gdb/gdb-%{gdb_version}.tar.bz2
%{?!_with_sources:NoSource: 0}
Patch0: gdb-6.4-rtems-20060311.diff

View File

@@ -0,0 +1,4 @@
Makefile
Makefile.in
*.spec
*.spec.in

View File

@@ -0,0 +1,19 @@
# $Id$
TARGET = sparc-rtems4.7
include $(top_srcdir)/mkspec.am
BINUTILS_VERS = 2.17
BINUTILS_RPMREL = @VERSION@
include $(top_srcdir)/rtems4.7/binutils.am
GCC_VERS = 4.1.1
GCC_RPMREL = @VERSION@
NEWLIB_VERS = 1.14.0
include $(top_srcdir)/rtems4.7/gcc.am
GCC_OPTS += --languages=cxx
GDB_VERS = 6.4
GDB_RPMREL = @VERSION@
include $(top_srcdir)/rtems4.7/gdb.am

View File

@@ -0,0 +1,3 @@
Source0: ftp://ftp.gnu.org/pub/binutils/binutils-%{binutils_version}.tar.bz2
%{?!_with_sources:NoSource: 0}
# Patch0: binutils-2.16.1-rtems-20050708.diff

View File

@@ -0,0 +1,41 @@
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-core-%{gcc_pkgvers}.tar.bz2
# Patch0: gcc-4.1.0-rtems-mips.diff
Patch0: gcc-core-4.1.1-rtems-20060626.diff
# @PATCH0@
%{?!_with_sources:NoSource: 0}
%if %build_cxx
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-g++-%{gcc_pkgvers}.tar.bz2
@PATCH1@
%{?!_with_sources:NoSource: 1}
%endif
%if %build_f95
Source2: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-fortran-%{gcc_pkgvers}.tar.bz2
@PATCH2@
%{?!_with_sources:NoSource: 2}
%endif
%if %build_gcj
Source3: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-java-%{gcc_pkgvers}.tar.bz2
@PATCH3@
%{?!_with_sources:NoSource: 3}
%endif
%if %build_gnat
Source4: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-ada-%{gcc_pkgvers}.tar.bz2
@PATCH4@
%{?!_with_sources:NoSource: 4}
%endif
%if %build_objc
Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.tar.bz2
@PATCH5@
%{?!_with_sources:NoSource: 5}
%endif
%if %build_newlib
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_version}.tar.gz
@PATCH50@
%{?!_with_sources:NoSource: 50}
%endif

View File

@@ -0,0 +1,3 @@
Source0: ftp://ftp.gnu.org/pub/gdb/gdb-%{gdb_version}.tar.bz2
%{?!_with_sources:NoSource: 0}
Patch0: gdb-6.4-rtems-20060311.diff

View File

@@ -0,0 +1,4 @@
Makefile
Makefile.in
*.spec
*.spec.in