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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [make/] [custom/] [bender.cfg] - Blame information for rev 173

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
#
2
#  Configuration file for the "bender" chip
3
#
4
#
5
 
6
include $(RTEMS_ROOT)/make/custom/default.cfg
7
 
8
RTEMS_CPU=or1k
9
RTEMS_CPU_MODEL=or1k_model
10
 
11
# This is the actual bsp directory used during the build process.
12
RTEMS_BSP_FAMILY=bender
13
 
14
# Define this to yes if C++ is included in the development environment.
15
# This requires that at least the GNU C++ compiler and libg++ be installed.
16
#
17
#  Need "main" in BSP so can't link C++ sample test or you will get
18
#     duplicate symbol errors for main
19
#
20
HAS_CPLUSPLUS=no
21
 
22
# Miscellaneous additions go here
23
define make-exe
24
        $(LD) $(LDFLAGS) -N -e ___rst \
25
            -T$(PROJECT_RELEASE)/lib/linkcmds\
26
            -o $(basename $@).exe \
27
            $(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
28
        $(NM) -n $(basename $@).exe > $(basename $@).num
29
        $(SIZE) $(basename $@).exe
30
endef

powered by: WebSVN 2.1.0

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