forked from Imagelibrary/rtems
2002-08-06 Chris Ziomkowski <chris@asics.ws>
* custom/or32sim.cfg: New file added as part of merge from OpenCores repository.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2002-08-06 Chris Ziomkowski <chris@asics.ws>
|
||||||
|
|
||||||
|
* custom/or32sim.cfg: New file added as part of merge from
|
||||||
|
OpenCores repository.
|
||||||
|
|
||||||
2002-08-05 Joel Sherrill <joel@OARcorp.com>
|
2002-08-05 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* Per PR260 eliminate use of make-target-options. This impacted
|
* Per PR260 eliminate use of make-target-options. This impacted
|
||||||
|
|||||||
22
make/custom/orp.cfg
Normal file
22
make/custom/orp.cfg
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user