source: rtems/make/custom/gp32.cfg @ 7d04202

4.104.115
Last change on this file since 7d04202 was 2226b8f8, checked in by Joel Sherrill <joel.sherrill@…>, on 05/06/08 at 20:59:23

2008-05-06 Ray Xu <rayx.cn@…>

  • custom/gp32.cfg: Add smdk2410. Update gp32 to use shared code.
  • custom/smdk2410.cfg: New file.
  • Property mode set to 100644
File size: 578 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 is the actual bsp directory used during the build process.
13RTEMS_BSP_FAMILY=gp32
14
15#  This contains the compiler options necessary to select the CPU model
16#  and (hopefully) optimize for it.
17#
18CPU_CFLAGS = -mcpu=arm920t -mstructure-size-boundary=32 -DCPU_S3C2400
19
20# optimize flag: typically -O2
21CFLAGS_OPTIMIZE_V = -O2 -g
22
23define bsp-post-link
24        $(OBJCOPY) -O binary $(basename $@).exe $(basename $@)$(DOWNEXT)
25        $(default-bsp-post-link)
26endef
Note: See TracBrowser for help on using the repository browser.