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


1.2
date	2002.01.31.16.50.59;	author ivang;	state Exp;
branches;
next	1.1;

1.1
date	2001.09.27.12.02.52;	author chris;	state Exp;
branches;
next	;


desc
@@


1.2
log
@configure.in : fixed to build start/Makefile
start.S      : l.jalr r9 -> l.jr r9

Added missing files.
@
text
@#
#  Configuration file for the "bender" chip
#
#

include $(RTEMS_ROOT)/make/custom/default.cfg

RTEMS_CPU=or1k
RTEMS_CPU_MODEL=or1k_model

# This is the actual bsp directory used during the build process.
RTEMS_BSP_FAMILY=bender

# Define this to yes if C++ is included in the development environment.
# This requires that at least the GNU C++ compiler and libg++ be installed.
#
#  Need "main" in BSP so can't link C++ sample test or you will get
#     duplicate symbol errors for main
#
HAS_CPLUSPLUS=no

# Miscellaneous additions go here
define make-exe
	$(LD) $(LDFLAGS) -N -e ___rst \
	    -T$(PROJECT_RELEASE)/lib/linkcmds\
	    -o $(basename $@@).exe \
	    $(START_FILE) $(LINK_OBJS) -lrtemsall -lcsupport -lposix -lc -lbsp /projects/or32-rtems/lib/gcc-lib/or32-rtems/2.95.2/libgcc.a -lm -lc -lcsupport --start-group --end-group
	$(NM) -n $(basename $@@).exe > $(basename $@@).num
	$(SIZE) $(basename $@@).exe
endef
@


1.1
log
@Initial checkin with working port to or1k
@
text
@d27 1
a27 1
	    $(START_FILE) $(LINK_OBJS) -lrtemsall -lcsupport -lposix -lc -lbsp /usr/local/or32/lib/gcc-lib/or32-rtems/2.95.2/libgcc.a -lm -lc -lcsupport --start-group --end-group
@

