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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [make/] [custom/] [mvme2307.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 PowerPC 604 based mvme2307
3
#
4
#  mvme2307.cfg,v 1.14 2002/04/18 13:07:35 joel Exp
5
#
6
 
7
include $(RTEMS_ROOT)/make/custom/default.cfg
8
 
9
RTEMS_CPU=powerpc
10
RTEMS_CPU_MODEL=mpc604
11
RTEMS_PPC_EXCEPTION_PROCESSING_MODEL=new
12
 
13
# This is the actual bsp directory used during the build process.
14
RTEMS_BSP_FAMILY=motorola_powerpc
15
 
16
#  This contains the compiler options necessary to select the CPU model
17
#  and (hopefully) optimize for it.
18
#
19
CPU_CFLAGS = -mcpu=604 -mmultiple -mstring -mstrict-align -Dmpc604
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=-O4 -fno-keep-inline-functions
25
CFLAGS_OPTIMIZE_V = -O4
26
 
27
# debug flags: typically none, but at least -O1 is required due to this
28
# BSP using inlined code
29
CFLAGS_DEBUG_V = -O1
30
 
31
# profile flags: typically none, but at least -O1 is required due to this
32
# BSP using inlined code
33
CFLAGS_PROFILE_V = -O1
34
 
35
define make-exe
36
        $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \
37
           -o $(basename $@).nxe $(LINK_OBJS) $(LINK_LIBS)
38
        $(NM) -g -n $(basename $@).nxe > $(basename $@).num
39
        $(SIZE) $(basename $@).nxe
40
        $(OBJCOPY) $(basename $@).nxe rtems -O binary -R .comment -S
41
        gzip -vf9 rtems
42
        $(LD) -o $@ $(PROJECT_RELEASE)/lib/bootloader.o --just-symbols=$(basename $@).nxe \
43
        -b binary rtems.gz -T $(PROJECT_RELEASE)/lib/ppcboot.lds \
44
        -Map $(basename $@).map && chmod 755 $@
45
        rm -f rtems.gz
46
endef
47
 
48
# Miscellaneous additions go here
49
 
50
# No start file
51
START_BASE=

powered by: WebSVN 2.1.0

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