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

Subversion Repositories or1k

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
#
2
#  Config file for a Radstone Technology Plc. PowerPC 60x based VME board
3
#
4
#  $Id: ppcn_60x.cfg
5
#
6
 
7
include $(RTEMS_ROOT)/make/custom/default.cfg
8
 
9
RTEMS_CPU=powerpc
10
RTEMS_CPU_MODEL=ppc603e
11
 
12
# This is the actual bsp directory used during the build process.
13
 
14
RTEMS_BSP_FAMILY=ppcn_60x
15
 
16
#  This contains the compiler options necessary to select the CPU model
17
#  and (hopefully) optimize for it.
18
#
19
CPU_CFLAGS = -mcpu=603e -D_OLD_EXCEPTIONS -Dppc603e
20
 
21
# optimize flag: typically -0, could use -O4 or -fast
22
# -O4 is ok for RTEMS
23
# NOTE: some level of -O may be actually required by inline assembler
24
CFLAGS_OPTIMIZE_V=-O0 -fno-keep-inline-functions -fvolatile-global -fvolatile
25
#CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions -fvolatile-global -fvolatile
26
 
27
define make-exe
28
        $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \
29
            -o $(basename $@).exe $(LINK_OBJS) $(LINK_LIBS)
30
        $(NM) -g -n $(basename $@).exe > $(basename $@).num
31
        $(SIZE) $(basename $@).exe
32
endef
33
 
34
# Miscellaneous additions go here
35
 
36
DRIVER_ARCHITECTURE=vmebus

powered by: WebSVN 2.1.0

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