source: rtems/make/custom/mvme3100.cfg @ 62bfb143

4.104.115
Last change on this file since 62bfb143 was 15043ea9, checked in by Joel Sherrill <joel.sherrill@…>, on 09/18/08 at 17:33:55

2008-09-18 Joel Sherrill <joel.sherrill@…>

  • compilers/gcc-no_bsp.cfg, compilers/gcc-target-default.cfg, custom/bare.cfg, custom/c3xsim.cfg, custom/c4xsim.cfg, custom/default.cfg, custom/haleakala.cfg, custom/mbx8xx.cfg, custom/mvme2307.cfg, custom/mvme3100.cfg, custom/mvme5500.cfg, custom/posix.cfg, custom/ss555.cfg, custom/virtex.cfg: Eliminate START_BASE and START_FILE.
  • Property mode set to 100644
File size: 581 bytes
Line 
1#
2#  Config file for the PowerPC 8540 based mvme3100
3#
4#
5
6include $(RTEMS_ROOT)/make/custom/default.cfg
7
8RTEMS_CPU=powerpc
9RTEMS_CPU_MODEL=e500
10
11# This is the actual bsp directory used during the build process.
12RTEMS_BSP_FAMILY=mvme3100
13
14#  This contains the compiler options necessary to select the CPU model
15#  and (hopefully) optimize for it.
16CPU_CFLAGS = -mcpu=powerpc -msoft-float -D__ppc_generic
17
18# optimize flag: typically -O2
19CFLAGS_OPTIMIZE_V = -O2 -g
20
21define bsp-post-link
22        $(default-bsp-post-link)
23        $(OBJCOPY) -O binary $(basename $@).exe $(basename $@)$(DOWNEXT)
24endef
Note: See TracBrowser for help on using the repository browser.