head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2002.09.04.23.17.24;	author ivang;	state Exp;
branches;
next	;


desc
@@


1.1
log
@rtems-20020807 import
@
text
@#
#  Configuration file for the "bender" chip which is simulated
#  by or1ksim.
#
#  orp.cfg,v 1.2 2002/08/07 16:18:31 joel Exp
#

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
@
