source: rtems/c/src/lib/libbsp/powerpc/psim/make/custom/psim.cfg @ cd7db89

4.115
Last change on this file since cd7db89 was cd7db89, checked in by Ralf Kirchner <ralf.kirchner@…>, on 06/24/13 at 15:14:08

bsp/psim: Use EABI and System V small-data area

  • Property mode set to 100644
File size: 407 bytes
Line 
1#
2#  Config file for the PowerPC 60x simulator - psim
3#
4
5include $(RTEMS_ROOT)/make/custom/default.cfg
6
7RTEMS_CPU=powerpc
8RTEMS_CPU_MODEL=mpc6xx
9
10#  This contains the compiler options necessary to select the CPU model
11#  and (hopefully) optimize for it.
12CPU_CFLAGS = -meabi -mcpu=603e -msdata=sysv -fno-common -Dppc603e
13
14# optimize flag: typically -O2
15CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions
Note: See TracBrowser for help on using the repository browser.