source: rtems/c/src/lib/libbsp/c4x/c4xsim/make/custom/c3xsim.cfg @ e7cac30

4.104.115
Last change on this file since e7cac30 was e7cac30, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/09 at 10:59:52

2009-10-21 Ralf Corsépius <ralf.corsepius@…>

  • make/custom/c3xsim.cfg: Remove RTEMS_BSP_FAMILY.
  • make/custom/c4xsim.cfg: Remove RTEMS_BSP_FAMILY.
  • Property mode set to 100644
File size: 401 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# optimize flag: typically -O2
16# -O2 is broken for the moment on the C4x gcc
17#CFLAGS_OPTIMIZE_V = -O2
18CFLAGS_OPTIMIZE_V = -O1 -g
Note: See TracBrowser for help on using the repository browser.