source: rtems/make/custom/c3xsim.cfg @ c7e67f3

4.104.115
Last change on this file since c7e67f3 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: 492 bytes
Line 
1#
2#  Configuration file for the GDB C4x simulator as a C3x
3#
4#  $Id$
5#
6
7include $(RTEMS_ROOT)/make/custom/default.cfg
8
9RTEMS_CPU_MODEL=c32
10
11#  This contains the compiler options necessary to select the CPU model
12#  and (hopefully) optimize for it.
13CPU_CFLAGS = -mcpu=32
14
15# This is the actual bsp directory used during the build process.
16RTEMS_BSP_FAMILY=c4xsim
17
18# optimize flag: typically -O2
19# -O2 is broken for the moment on the C4x gcc
20#CFLAGS_OPTIMIZE_V = -O2
21CFLAGS_OPTIMIZE_V = -O1 -g
Note: See TracBrowser for help on using the repository browser.