source: rtems/c/src/lib/libbsp/powerpc/mpc8260ads/make/custom/mpc8260ads.cfg @ 2d2de4eb

4.104.115
Last change on this file since 2d2de4eb was 2d2de4eb, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 10/23/09 at 07:32:46

Update for exception support changes.

  • Property mode set to 100644
File size: 503 bytes
Line 
1#
2#  Config file for MPC8260 based Motorola ADS board
3#
4#  $Id$
5#
6
7include $(RTEMS_ROOT)/make/custom/default.cfg
8
9RTEMS_CPU=powerpc
10RTEMS_CPU_MODEL=mpc8260
118XX_CPU_TYPE=8260
12
13#  This contains the compiler options necessary to select the CPU model
14#  and (hopefully) optimize for it.
15#
16# CPU_CFLAGS = -mcpu=$(8XX_CPU_TYPE) -mstrict-align
17CPU_CFLAGS = -mcpu=603e -mstrict-align -Dmpc8260 \
18        -meabi -msdata -fno-common
19
20# optimize flag: typically -O2
21CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions
Note: See TracBrowser for help on using the repository browser.