From c388cdc3caea9cc11f1a6d34b0f0f6d30257ddb9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 6 Aug 2002 14:06:43 +0000 Subject: 2002-08-06 Chris Ziomkowski * custom/or32sim.cfg: New file added as part of merge from OpenCores repository. --- make/ChangeLog | 5 +++++ make/custom/orp.cfg | 22 ++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 make/custom/orp.cfg diff --git a/make/ChangeLog b/make/ChangeLog index 41db357488..5355d4770c 100644 --- a/make/ChangeLog +++ b/make/ChangeLog @@ -1,3 +1,8 @@ +2002-08-06 Chris Ziomkowski + + * custom/or32sim.cfg: New file added as part of merge from + OpenCores repository. + 2002-08-05 Joel Sherrill * Per PR260 eliminate use of make-target-options. This impacted diff --git a/make/custom/orp.cfg b/make/custom/orp.cfg new file mode 100644 index 0000000000..3857ef6acf --- /dev/null +++ b/make/custom/orp.cfg @@ -0,0 +1,22 @@ +# +# 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=or32sim + +# 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 -- cgit v1.2.3