source: rtems/make/custom/gumstix.cfg @ 2161e59

4.104.115
Last change on this file since 2161e59 was 2c9fde8, checked in by Joel Sherrill <joel.sherrill@…>, on 06/04/09 at 16:33:04

2009-06-04 Xi Yang <hiyangxi@…>

  • Makefile.am: New Gumstix BSP.
  • custom/gumstix.cfg: New file.
  • Property mode set to 100644
File size: 468 bytes
Line 
1#
2#  Config file for Gumstix (http://www.gumstix.com)
3#
4#  $Id$
5#
6
7include $(RTEMS_ROOT)/make/custom/default.cfg
8
9RTEMS_CPU=arm
10RTEMS_CPU_MODEL=pxa255
11
12# This is the actual bsp directory used during the build process.
13RTEMS_BSP_FAMILY=gumstix
14
15#  This contains the compiler options necessary to select the CPU model
16#  and (hopefully) optimize for it.
17CPU_CFLAGS = -mcpu=xscale -mstructure-size-boundary=8
18
19# optimize flag: typically -O2
20CFLAGS_OPTIMIZE_V = -O2 -g
Note: See TracBrowser for help on using the repository browser.