source: rtems/make/custom/ep1a.cfg @ 0c642539

4.104.114.84.95
Last change on this file since 0c642539 was 0c642539, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/30/06 at 06:46:38

Cleanup.

  • Property mode set to 100644
File size: 830 bytes
Line 
1#
2#  Config file for the Radstone PowerPC 8245 ep1a
3#
4#
5
6include $(RTEMS_ROOT)/make/custom/default.cfg
7
8RTEMS_CPU=powerpc
9RTEMS_CPU_MODEL=mpc8245
10
11# This is the actual bsp directory used during the build process.
12RTEMS_BSP_FAMILY=ep1a
13
14#  This contains the compiler options necessary to select the CPU model
15#  and (hopefully) optimize for it.
16#
17CPU_CFLAGS = -mcpu=603e -Dmpc603e -Dppc603e -mmultiple -mstring -mstrict-align
18
19# optimize flag: typically -O2
20# NOTE: some level of -O may be actually required by inline assembler
21#CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions
22CFLAGS_OPTIMIZE_V = -O4
23
24define make-exe
25        $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).exe \
26            $(LINK_OBJS) $(LINK_LIBS)
27        $(NM) -g -n $@ > $(basename $@).num
28        $(SIZE) $@
29endef
30
31# Miscellaneous additions go here
Note: See TracBrowser for help on using the repository browser.