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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems/] [make/] [custom/] [no_bsp.cfg] - Diff between revs 158 and 208

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 158 Rev 208
Line 1... Line 1...
#
#
#  Configuration file for the "no_bsp" board
#  Configuration file for the "no_bsp" board
#
#
#  $Id: no_bsp.cfg,v 1.1.1.1 2001-07-10 10:05:36 chris Exp $
#  $Id: no_bsp.cfg,v 1.2 2001-09-27 12:02:52 chris Exp $
#
#
 
 
include $(RTEMS_ROOT)/make/custom/default.cfg
include $(RTEMS_ROOT)/make/custom/default.cfg
 
 
RTEMS_CPU=no_cpu
RTEMS_CPU=no_cpu
Line 19... Line 19...
#     duplicate symbol errors for main
#     duplicate symbol errors for main
#
#
HAS_CPLUSPLUS=no
HAS_CPLUSPLUS=no
 
 
# Miscellaneous additions go here
# Miscellaneous additions go here
 
define make-exe
 
        $(LD) $(LDFLAGS) -N -e _start \
 
            -T$(PROJECT_RELEASE)/lib/linkcmds\
 
            -o $(basename $@).exe \
 
            $(START_FILE) $(LINK_OBJS) --start-group $(LINK_LIBS) --end-group
 
        $(NM) -n $(basename $@).exe > $(basename $@).num
 
        $(SIZE) $(basename $@).exe
 
endef

powered by: WebSVN 2.1.0

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