summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-09-18 14:04:36 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-09-18 14:04:36 +0000
commit9917bc2d0131ef6453155e2c253b8dfab8c92c0b (patch)
tree27e353c7ac5b3a4e0636936d29d5b9f08d8b3237 /make/custom
parent2005-09-18 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-9917bc2d0131ef6453155e2c253b8dfab8c92c0b.tar.bz2
Remove (abandoned).
Diffstat (limited to 'make/custom')
-rw-r--r--make/custom/orp.cfg22
1 files changed, 0 insertions, 22 deletions
diff --git a/make/custom/orp.cfg b/make/custom/orp.cfg
deleted file mode 100644
index ff2189b159..0000000000
--- a/make/custom/orp.cfg
+++ /dev/null
@@ -1,22 +0,0 @@
-#
-# Configuration file for the "bender" chip which is simulated
-# by or1ksim.
-#
-# $Id$
-#
-
-include $(RTEMS_ROOT)/make/custom/default.cfg
-
-RTEMS_CPU=or32
-RTEMS_CPU_MODEL=or1k_model
-
-# This is the actual bsp directory used during the build process.
-RTEMS_BSP_FAMILY=orp
-
-# Miscellaneous additions go here
-define make-exe
- $(LINK.c) -W,l$(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).exe \
- $(LINK_OBJS) $(LINK_LIBS) -W,l -e ___rst
- $(NM) -n $(basename $@).exe > $(basename $@).num
- $(SIZE) $(basename $@).exe
-endef