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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [make/] [custom/] [helas403.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 PowerPC 403 based helas403 card
3
#
4
#  helas403.cfg,v 1.14 2002/04/18 13:07:35 joel Exp
5
#
6
#
7
 
8
include $(RTEMS_ROOT)/make/custom/default.cfg
9
 
10
RTEMS_CPU=powerpc
11
RTEMS_CPU_MODEL=ppc403
12
 
13
# This is the actual bsp directory used during the build process.
14
RTEMS_BSP_FAMILY=helas403
15
 
16
#  This contains the compiler options necessary to select the CPU model
17
#  and (hopefully) optimize for it.
18
#
19
CPU_CFLAGS = -mcpu=403 -D_OLD_EXCEPTIONS -Dppc403
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
 
26
# No start file
27
START_BASE=
28
 
29
# The following are definitions of make-exe which will work using ld as
30
# is currently required.  It is expected that as of gcc 2.8, the end user
31
# will be able to override parts of the compilers specs and link using gcc.
32
 
33
define make-exe
34
        $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).exe \
35
            $(LINK_OBJS) $(LINK_LIBS)
36
        $(OBJCOPY) -O srec $(basename $@).exe $(basename $@).srec
37
        $(NM) -g -n $@ > $(basename $@).num
38
        $(SIZE) $@
39
endef
40
 
41
# Miscellaneous additions go here
42
 

powered by: WebSVN 2.1.0

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