source: rtems/make/custom/arm7tdmi.cfg @ 73d04fe

4.104.115
Last change on this file since 73d04fe was 73d04fe, checked in by Joel Sherrill <joel.sherrill@…>, on 10/01/09 at 21:35:38

2009-10-01 Joel Sherrill <joel.sherrill@…>

  • Makefile.am: Add new BSP variants for ARM simulator in GDB.
  • custom/arm1136jfs.cfg, custom/arm1136js.cfg, custom/arm7tdmi.cfg, custom/arm920.cfg, custom/armcortexa9.cfg: New files.
  • Property mode set to 100644
File size: 441 bytes
Line 
1#
2#  Config file for GDB ARM Simulator as arm7tdmi
3#
4#  $Id$
5#
6
7include $(RTEMS_ROOT)/make/custom/default.cfg
8
9RTEMS_CPU=arm
10RTEMS_CPU_MODEL=arm7tdmi
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.
17CPU_CFLAGS = -mcpu=arm7tdmi
18
19# optimize flag: typically -O2
20CFLAGS_OPTIMIZE_V = -O2 -g
Note: See TracBrowser for help on using the repository browser.