source: rtems/bsps/powerpc/mpc8260ads/config/mpc8260ads.cfg @ a03f73c

5
Last change on this file since a03f73c was a03f73c, checked in by Joel Sherrill <joel@…>, on 05/16/18 at 14:49:51

mpc8260ads: Move -Dxxx to configure.ac

Updates #3425.

  • Property mode set to 100644
File size: 700 bytes
Line 
1#
2#  Config file for MPC8260 based Motorola ADS board
3#
4
5include $(RTEMS_ROOT)/make/custom/default.cfg
6
7RTEMS_CPU=powerpc
88XX_CPU_TYPE=8260
9
10#  This contains the compiler options necessary to select the CPU model
11#  and (hopefully) optimize for it.
12#
13# CPU_CFLAGS = -mcpu=$(8XX_CPU_TYPE) -mstrict-align
14CPU_CFLAGS = -mcpu=603e -mstrict-align -meabi -msdata=sysv -fno-common
15
16# optimize flag: typically -O2
17CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions
18
19# FIXME: Disabled because linkcmds lacks proper KEEP() directives. See #2565.
20# The following two lines enable compiling and linking on per element.
21# CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
22# LDFLAGS = -Wl,--gc-sections
Note: See TracBrowser for help on using the repository browser.