summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--make/ChangeLog6
-rw-r--r--make/Makefile.am4
-rw-r--r--make/custom/erc32nfp.cfg33
-rw-r--r--make/custom/leon1.cfg11
4 files changed, 8 insertions, 46 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index 67c5c93b1f..ac2dc92049 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,3 +1,9 @@
+2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * Makefile.am: Per Jiri Gaisler remove unused erc32nfp and leon1 BSP
+ variants.
+ * custom/erc32nfp.cfg, custom/leon1.cfg: Removed.
+
2007-05-10 Joel Sherrill <joel.sherrill@OARcorp.com>
* custom/gba.cfg, custom/gp32.cfg, custom/i386ex.cfg, custom/pc386.cfg,
diff --git a/make/Makefile.am b/make/Makefile.am
index 366d922fa1..b091907ec0 100644
--- a/make/Makefile.am
+++ b/make/Makefile.am
@@ -23,11 +23,11 @@ dist_rtems_make_custom_DATA = custom/default.cfg
EXTRA_DIST += custom/Cygwin-posix.cfg custom/FreeBSD-posix.cfg \
custom/HPUX9-posix.cfg custom/Linux-posix.cfg custom/Solaris-posix.cfg \
custom/bare.cfg custom/dmv152.cfg \
- custom/ep1a.cfg custom/erc32.cfg custom/erc32nfp.cfg custom/gen68302.cfg \
+ custom/ep1a.cfg custom/erc32.cfg custom/gen68302.cfg \
custom/gen68340.cfg custom/gen68360.cfg custom/gen68360_040.cfg \
custom/uC5282.cfg custom/gba.cfg \
custom/gensh1.cfg custom/helas403.cfg custom/i386ex.cfg custom/idp.cfg \
- custom/jmr3904.cfg custom/leon1.cfg custom/leon2.cfg custom/mcp750.cfg \
+ custom/jmr3904.cfg custom/leon2.cfg custom/mcp750.cfg \
custom/mvme136.cfg custom/mvme147.cfg custom/mvme147s.cfg \
custom/mvme162.cfg custom/mvme162lx.cfg custom/mvme167.cfg \
custom/mvme2100.cfg custom/mvme2307.cfg custom/no_bsp.cfg \
diff --git a/make/custom/erc32nfp.cfg b/make/custom/erc32nfp.cfg
deleted file mode 100644
index 602bdb72f3..0000000000
--- a/make/custom/erc32nfp.cfg
+++ /dev/null
@@ -1,33 +0,0 @@
-#
-# Config file for the European Space Agency ERC32
-# a V7 SPARC processor derived from the Cypress 601/602 set.
-#
-# $Id$
-#
-
-# ERC32 without FPU
-
-RTEMS_CPU_MODEL=erc32nfp
-
-include $(RTEMS_ROOT)/make/custom/default.cfg
-
-# This is the actual bsp directory used during the build process.
-RTEMS_BSP_FAMILY=erc32
-
-# This contains the compiler options necessary to select the CPU model
-# and (hopefully) optimize for it.
-CPU_CFLAGS = -mcpu=cypress -msoft-float
-
-# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V = -O2 -g
-
-# The following are definitions of make-exe which will work using ld as
-# is currently required.
-
-define make-exe
- $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).exe \
- $(LINK_OBJS) $(LINK_LIBS)
- $(NM) -g -n $(basename $@).exe > $(basename $@).num
- $(SIZE) $(basename $@).exe
-endef
-# Miscellaneous additions go here
diff --git a/make/custom/leon1.cfg b/make/custom/leon1.cfg
deleted file mode 100644
index a9822eefcb..0000000000
--- a/make/custom/leon1.cfg
+++ /dev/null
@@ -1,11 +0,0 @@
-#
-# Config file for the European Space Agency LEON SPARC processor.
-#
-# $Id$
-#
-
-# LEON without FPU
-
-RTEMS_CPU_MODEL=leon1
-
-include $(RTEMS_ROOT)/make/custom/leon2.cfg