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

Subversion Repositories or1k

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

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

Line No. Rev Author Line
1 1026 ivang
#
2
#  Config file for a PowerPC 603e based Vista VMEbus Single Board Computer.
3
#  This BSP should work with the following models:
4
#
5
#     + Vista SCORE 603e
6
#
7
#  score603e.cfg,v 1.15 2002/05/14 15:51:29 joel Exp
8
#
9
 
10
include $(RTEMS_ROOT)/make/custom/default.cfg
11
 
12
RTEMS_CPU=powerpc
13
RTEMS_CPU_MODEL=ppc603e
14
 
15
# This is the actual bsp directory used during the build process.
16
 
17
RTEMS_BSP_FAMILY=score603e
18
 
19
 
20
#  This contains the compiler options necessary to select the CPU model
21
#  and (hopefully) optimize for it.
22
#
23
CPU_CFLAGS = -mcpu=603e -D_OLD_EXCEPTIONS -Dppc603e
24
 
25
# optimize flag: typically -0, could use -O4 or -fast
26
# -O4 is ok for RTEMS
27
# NOTE: some level of -O may be actually required by inline assembler
28
CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions
29
# CFLAGS_OPTIMIZE_V=-O0
30
 
31
define make-exe
32
        $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \
33
            -o $(basename $@).elf $(LINK_OBJS) $(LINK_LIBS)
34
        $(NM) -g -n $(basename $@).elf > $(basename $@).num
35
        $(SIZE) $(basename $@).elf
36
        $(OBJCOPY) -O srec $(basename $@).elf $(basename $@).s1
37
        sed -e 's/.$$//' $(basename $@).s1 | \
38
          $(PACKHEX) >$(basename $@).exe
39
        rm -f $(basename $@).s1
40
endef
41
 
42
# Miscellaneous additions go here
43
 
44
DRIVER_ARCHITECTURE=vmebus

powered by: WebSVN 2.1.0

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