source: rtems/make/custom/orp.cfg @ 509dc304

4.104.114.84.95
Last change on this file since 509dc304 was aa4cb1c4, checked in by Joel Sherrill <joel.sherrill@…>, on 08/07/02 at 16:18:31

2002-08-07 Ivan Guzvinec <ivang@…>

  • orp.cfg: Bender BSP renamed to OpenRisc? Reference Platform or ORP.
  • Property mode set to 100644
File size: 517 bytes
Line 
1#
2#  Configuration file for the "bender" chip which is simulated
3#  by or1ksim.
4#
5#  $Id$
6#
7
8include $(RTEMS_ROOT)/make/custom/default.cfg
9
10RTEMS_CPU=or32
11RTEMS_CPU_MODEL=or1k_model
12
13# This is the actual bsp directory used during the build process.
14RTEMS_BSP_FAMILY=orp
15
16# Miscellaneous additions go here
17define make-exe
18        $(LINK.c) -W,l$(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).exe \
19            $(LINK_OBJS) $(LINK_LIBS) -W,l -e ___rst
20        $(NM) -n $(basename $@).exe > $(basename $@).num
21        $(SIZE) $(basename $@).exe
22endef
Note: See TracBrowser for help on using the repository browser.