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

Subversion Repositories openrisc

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

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

Line No. Rev Author Line
1 30 unneback
#
2
#  Configuration file for the "no_bsp" board
3
#
4
#  $Id: no_bsp.cfg,v 1.2 2001-09-27 12:02:52 chris Exp $
5
#
6
 
7
include $(RTEMS_ROOT)/make/custom/default.cfg
8
 
9
RTEMS_CPU=no_cpu
10
RTEMS_CPU_MODEL=no_cpu_model
11
 
12
# This is the actual bsp directory used during the build process.
13
RTEMS_BSP_FAMILY=no_bsp
14
 
15
# Define this to yes if C++ is included in the development environment.
16
# This requires that at least the GNU C++ compiler and libg++ be installed.
17
#
18
#  Need "main" in BSP so can't link C++ sample test or you will get
19
#     duplicate symbol errors for main
20
#
21
HAS_CPLUSPLUS=no
22
 
23
# Miscellaneous additions go here
24
define make-exe
25
        $(LD) $(LDFLAGS) -N -e _start \
26
            -T$(PROJECT_RELEASE)/lib/linkcmds\
27
            -o $(basename $@).exe \
28
            $(START_FILE) $(LINK_OBJS) --start-group $(LINK_LIBS) --end-group
29
        $(NM) -n $(basename $@).exe > $(basename $@).num
30
        $(SIZE) $(basename $@).exe
31
endef

powered by: WebSVN 2.1.0

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