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.
This commit is contained in:
Joel Sherrill
2007-05-11 11:25:25 +00:00
parent b40f354dd2
commit f39ff53250
4 changed files with 8 additions and 46 deletions

View File

@@ -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,

View File

@@ -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 \

View File

@@ -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

View File

@@ -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