source: rtems/c/src/lib/libbsp/arm/gdbarmsim/make/custom/arm1136jfs.cfg @ 295399ea

4.104.115
Last change on this file since 295399ea was f6a559a2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/15/09 at 09:07:56

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

  • make/custom/arm1136jfs.cfg: New (relocated from /make/custom).
  • make/custom/arm1136js.cfg: New (relocated from /make/custom).
  • make/custom/arm7tdmi.cfg: New (relocated from /make/custom).
  • make/custom/arm920.cfg: New (relocated from /make/custom).
  • make/custom/armcortexa9.cfg: New (relocated from /make/custom).
  • Property mode set to 100644
File size: 509 bytes
Line 
1#
2#  Config file for GDB ARM Simulator as arm1136jf-s (FPU)
3#
4#  $Id$
5#
6
7include $(RTEMS_ROOT)/make/custom/default.cfg
8
9RTEMS_CPU=arm
10RTEMS_CPU_MODEL=arm1136
11
12# This is the actual bsp directory used during the build process.
13RTEMS_BSP_FAMILY=gdbarmsim
14
15#  This contains the compiler options necessary to select the CPU model
16#  and (hopefully) optimize for it.
17# CPU_CFLAGS = -mcpu=arm920 -mstructure-size-boundary=8
18CPU_CFLAGS = -mcpu=arm1136jf-s
19
20# optimize flag: typically -O2
21CFLAGS_OPTIMIZE_V = -O2 -g
Note: See TracBrowser for help on using the repository browser.