4.104.115
Last change
on this file since 656767d0 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:
415 bytes
|
Line | |
---|
1 | # |
---|
2 | # Config file for GDB ARM Simulator as arm1136jf-s (FPU) |
---|
3 | # |
---|
4 | # $Id$ |
---|
5 | # |
---|
6 | |
---|
7 | include $(RTEMS_ROOT)/make/custom/default.cfg |
---|
8 | |
---|
9 | RTEMS_CPU=arm |
---|
10 | RTEMS_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 |
---|
15 | CPU_CFLAGS = -mcpu=arm1136jf-s |
---|
16 | |
---|
17 | # optimize flag: typically -O2 |
---|
18 | CFLAGS_OPTIMIZE_V = -O2 -g |
---|
Note: See
TracBrowser
for help on using the repository browser.