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

Subversion Repositories or1k

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
#
2
#  Config file for the European Space Agency ERC32
3
#  a V7 SPARC processor derived from the Cypress 601/602 set.
4
#
5
#  erc32nfp.cfg,v 1.4 2002/04/03 14:16:20 joel Exp
6
#
7
 
8
# ERC32 without FPU
9
 
10
RTEMS_CPU_MODEL=erc32nfp
11
 
12
include $(RTEMS_ROOT)/make/custom/default.cfg
13
 
14
# This is the actual bsp directory used during the build process.
15
RTEMS_BSP_FAMILY=erc32
16
 
17
CPU_CFLAGS = -mcpu=cypress -msoft-float
18
 
19
# optimize flag: typically -0, could use -O4 or -fast
20
# -O4 is ok for RTEMS
21
CFLAGS_OPTIMIZE_V=-O4
22
 
23
# The following are definitions of make-exe which will work using ld as
24
# is currently required.  It is expected that as of gcc 2.8, the end user
25
# will be able to override parts of the compilers specs and link using gcc.
26
 
27
define make-exe
28
        $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).exe \
29
            $(LINK_OBJS) $(LINK_LIBS)
30
        $(NM) -g -n $(basename $@).exe > $(basename $@).num
31
        $(SIZE) $(basename $@).exe
32
endef
33
# Miscellaneous additions go here

powered by: WebSVN 2.1.0

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