source: rtems/c/src/lib/libbsp/arm/gp32/make/custom/gp32.cfg @ 346f6c77

4.104.115
Last change on this file since 346f6c77 was 346f6c77, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/09 at 10:34:43

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

  • make/custom/gp32.cfg: Remove RTEMS_BSP_FAMILY.
  • Property mode set to 100644
File size: 489 bytes
Line 
1#
2#  Config file for ARM GP32
3#
4#  $Id$
5#
6
7include $(RTEMS_ROOT)/make/custom/default.cfg
8
9RTEMS_CPU=arm
10RTEMS_CPU_MODEL=s3c2400
11
12#  This contains the compiler options necessary to select the CPU model
13#  and (hopefully) optimize for it.
14#
15CPU_CFLAGS = -mcpu=arm920t -mstructure-size-boundary=32 -DCPU_S3C2400
16
17# optimize flag: typically -O2
18CFLAGS_OPTIMIZE_V = -O2 -g
19
20define bsp-post-link
21        $(OBJCOPY) -O binary $(basename $@).exe $(basename $@)$(DOWNEXT)
22        $(default-bsp-post-link)
23endef
Note: See TracBrowser for help on using the repository browser.