summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/rtems4.7/m68k
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/crossrpms/rtems4.7/m68k')
-rw-r--r--contrib/crossrpms/rtems4.7/m68k/.cvsignore4
-rw-r--r--contrib/crossrpms/rtems4.7/m68k/Makefile.am24
-rw-r--r--contrib/crossrpms/rtems4.7/m68k/binutils-sources.add5
-rw-r--r--contrib/crossrpms/rtems4.7/m68k/gcc-sources.add47
-rw-r--r--contrib/crossrpms/rtems4.7/m68k/gdb-sources.add8
5 files changed, 0 insertions, 88 deletions
diff --git a/contrib/crossrpms/rtems4.7/m68k/.cvsignore b/contrib/crossrpms/rtems4.7/m68k/.cvsignore
deleted file mode 100644
index c3dcdce8bd..0000000000
--- a/contrib/crossrpms/rtems4.7/m68k/.cvsignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Makefile
-Makefile.in
-*.spec
-*.spec.in
diff --git a/contrib/crossrpms/rtems4.7/m68k/Makefile.am b/contrib/crossrpms/rtems4.7/m68k/Makefile.am
deleted file mode 100644
index 0ddaacd601..0000000000
--- a/contrib/crossrpms/rtems4.7/m68k/Makefile.am
+++ /dev/null
@@ -1,24 +0,0 @@
-# $Id$
-
-TARGET = m68k-rtems4.7
-
-include $(top_srcdir)/mkspec.am
-
-BINUTILS_VERS = 2.17
-BINUTILS_PKGVERS = $(BINUTILS_VERS)
-BINUTILS_RPMREL = 4
-include ../binutils.am
-BINUTILS_OPTS +=
-
-GCC_VERS = 4.1.1
-GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 7
-NEWLIB_VERS = 1.15.0
-include ../gcc.am
-GCC_OPTS += --languages=cxx
-
-GDB_VERS = 6.5
-GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 2
-include ../gdb.am
-GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.7/m68k/binutils-sources.add b/contrib/crossrpms/rtems4.7/m68k/binutils-sources.add
deleted file mode 100644
index 521d891112..0000000000
--- a/contrib/crossrpms/rtems4.7/m68k/binutils-sources.add
+++ /dev/null
@@ -1,5 +0,0 @@
-Source0: ftp://ftp.gnu.org/pub/gnu/binutils/binutils-%{binutils_pkgvers}.tar.bz2
-%{?_without_sources:NoSource: 0}
-%if "%{binutils_version}" == "2.17"
-Patch0: binutils-2.17-rtems4.7-20061021.diff
-%endif
diff --git a/contrib/crossrpms/rtems4.7/m68k/gcc-sources.add b/contrib/crossrpms/rtems4.7/m68k/gcc-sources.add
deleted file mode 100644
index 1b56aec6b2..0000000000
--- a/contrib/crossrpms/rtems4.7/m68k/gcc-sources.add
+++ /dev/null
@@ -1,47 +0,0 @@
-Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-core-%{gcc_pkgvers}.tar.bz2
-%if "%{gcc_version}" == "4.0.3"
-Patch0: gcc-core-4.0.3-rtems-20060822.diff
-%endif
-%if "%{gcc_version}" == "4.1.1"
-Patch0: gcc-core-4.1.1-rtems4.7-20070102.diff
-%endif
-%if "%{gcc_version}" == "4.1.2"
-Patch0: gcc-core-4.1.2-rtems4.7-20070216.diff
-%endif
-%{?_without_sources:NoSource: 0}
-
-%if %build_cxx
-Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-g++-%{gcc_pkgvers}.tar.bz2
-%{?_without_sources:NoSource: 1}
-
-%endif
-%if %build_f95
-Source2: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-fortran-%{gcc_pkgvers}.tar.bz2
-%{?_without_sources:NoSource: 2}
-
-%endif
-%if %build_gcj
-Source3: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-java-%{gcc_pkgvers}.tar.bz2
-%{?_without_sources:NoSource: 3}
-
-%endif
-%if %build_gnat
-Source4: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-ada-%{gcc_pkgvers}.tar.bz2
-%{?_without_sources:NoSource: 4}
-
-%endif
-%if %build_objc
-Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.tar.bz2
-%{?_without_sources:NoSource: 5}
-
-%endif
-%if %build_newlib
-Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_version}.tar.gz
-%if "%{newlib_version}" == "1.14.0"
-Patch50: newlib-1.14.0-rtems4.7-20061019.diff
-%endif
-%if "%{newlib_version}" == "1.15.0"
-Patch50: newlib-1.15.0-rtems4.7-20070208.diff
-%endif
-%{?_without_sources:NoSource: 50}
-%endif
diff --git a/contrib/crossrpms/rtems4.7/m68k/gdb-sources.add b/contrib/crossrpms/rtems4.7/m68k/gdb-sources.add
deleted file mode 100644
index 09b7438290..0000000000
--- a/contrib/crossrpms/rtems4.7/m68k/gdb-sources.add
+++ /dev/null
@@ -1,8 +0,0 @@
-Source0: ftp://ftp.gnu.org/pub/gnu/gdb/gdb-%{gdb_version}.tar.bz2
-%{?_without_sources:NoSource: 0}
-%if "%{gdb_version}" == "6.5"
-Patch0: gdb-6.5-rtems-20060713.diff
-%endif
-%if "%{gdb_version}" == "6.6"
-Patch0: gdb-6.6-rtems4.7-20070218.diff
-%endif