source: rtems/c/src/lib/libbsp/arm/gdbarmsim/make/custom/armcortexa9.cfg @ 183af89

4.115
Last change on this file since 183af89 was 656767d0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/09 at 10:34:42

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

  • make/custom/arm1136jfs.cfg: Remove RTEMS_BSP_FAMILY.
  • make/custom/arm1136js.cfg: Remove RTEMS_BSP_FAMILY.
  • make/custom/arm7tdmi.cfg: Remove RTEMS_BSP_FAMILY.
  • make/custom/arm920.cfg: Remove RTEMS_BSP_FAMILY.
  • make/custom/armcortexa9.cfg: Remove RTEMS_BSP_FAMILY.
  • Property mode set to 100644
File size: 405 bytes
Line 
1#
2#  Config file for GDB ARM Simulator as cortex-a9
3#
4#  $Id$
5#
6
7include $(RTEMS_ROOT)/make/custom/default.cfg
8
9RTEMS_CPU=arm
10RTEMS_CPU_MODEL=arm1136
11
12#  This contains the compiler options necessary to select the CPU model
13#  and (hopefully) optimize for it.
14# CPU_CFLAGS = -mcpu=arm920 -mstructure-size-boundary=8
15CPU_CFLAGS = -mcpu=cortex-a9
16
17# optimize flag: typically -O2
18CFLAGS_OPTIMIZE_V = -O2 -g
Note: See TracBrowser for help on using the repository browser.