From 55e08d6c6f11eeeb4f479f4d7b65b9cc89653fc4 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 19 Oct 2006 05:30:43 +0000 Subject: [PATCH] Remove. --- contrib/crossrpms/rtems4.7/bfin/.cvsignore | 4 ---- contrib/crossrpms/rtems4.7/bfin/Makefile.am | 22 --------------------- 2 files changed, 26 deletions(-) delete mode 100644 contrib/crossrpms/rtems4.7/bfin/.cvsignore delete mode 100644 contrib/crossrpms/rtems4.7/bfin/Makefile.am diff --git a/contrib/crossrpms/rtems4.7/bfin/.cvsignore b/contrib/crossrpms/rtems4.7/bfin/.cvsignore deleted file mode 100644 index c3dcdce8bd..0000000000 --- a/contrib/crossrpms/rtems4.7/bfin/.cvsignore +++ /dev/null @@ -1,4 +0,0 @@ -Makefile -Makefile.in -*.spec -*.spec.in diff --git a/contrib/crossrpms/rtems4.7/bfin/Makefile.am b/contrib/crossrpms/rtems4.7/bfin/Makefile.am deleted file mode 100644 index 25fe791473..0000000000 --- a/contrib/crossrpms/rtems4.7/bfin/Makefile.am +++ /dev/null @@ -1,22 +0,0 @@ -# $Id$ - -TARGET = bfin-rtems4.7 - -include $(top_srcdir)/mkspec.am - -BINUTILS_VERS = 2.17 -BINUTILS_RPMREL = 1 -include ../binutils.am - -GCC_VERS = 4.1.1 -GCC_RPMREL = 1 -NEWLIB_VERS = 1.14.0 -include ../gcc.am -## GCC_OPTS += --languages=cxx -## I really would like to get these options passed through but do not -## know how yet. So I am building with this command. -## optargs="--disable-libssp --disable-libstdcxx-pch" rpmbuild -ba XXX.spec - -GDB_VERS = 6.5 -GDB_RPMREL = 1 -include ../gdb.am