source: rtems/c/src/lib/libbsp/arm/lpc32xx/make/custom/lpc32xx_phycore.cfg @ d9730f1

4.104.115
Last change on this file since d9730f1 was d9730f1, checked in by Sebastian Huber <sebastian.huber@…>, on 05/20/10 at 13:01:14

2010-05-20 Sebastian Huber <sebastian.huber@…>

  • make/custom/lpc32xx_phycore.cfg: Workaround for GCC bug 38644.
  • Property mode set to 100644
File size: 266 bytes
Line 
1#
2#  Config file for Phycore LPC3250 board.
3#
4#  $Id$
5#
6
7include $(RTEMS_ROOT)/make/custom/default.cfg
8
9RTEMS_CPU = arm
10
11CPU_CFLAGS = -mstructure-size-boundary=8 -mcpu=arm926ej-s -mfpu=vfp -mfloat-abi=soft -mthumb \
12        -fno-schedule-insns2
13
14CFLAGS_OPTIMIZE_V = -Os -g
Note: See TracBrowser for help on using the repository browser.