OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [make/] [custom/] [orp.cfg] - Blame information for rev 1774

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
#
2
#  Configuration file for the "bender" chip which is simulated
3
#  by or1ksim.
4
#
5
#  orp.cfg,v 1.2 2002/08/07 16:18:31 joel Exp
6
#
7
 
8
include $(RTEMS_ROOT)/make/custom/default.cfg
9
 
10
RTEMS_CPU=or32
11
RTEMS_CPU_MODEL=or1k_model
12
 
13
# This is the actual bsp directory used during the build process.
14
RTEMS_BSP_FAMILY=orp
15
 
16
# Miscellaneous additions go here
17
define 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
22
endef

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.