source: rtems/c/src/lib/libbsp/powerpc/gen83xx/make/custom/gen83xx.inc @ ebebd71

4.115
Last change on this file since ebebd71 was ebebd71, checked in by Sebastian Huber <sebastian.huber@…>, on 02/10/11 at 12:56:55

Synchronization with RTEMS CVS (HEAD revision).

  • Property mode set to 100644
File size: 624 bytes
Line 
1#
2#  Shared base config file for GEN83xx BSPs
3#
4#  $Id$
5#
6
7include $(RTEMS_ROOT)/make/custom/default.cfg
8#
9# FIXME: we might want to use the e300 CPU model explicitely,
10# using RTEMS_CPU_MODEL=e300 and -me300
11# but I doubt the compiler actually generates different code
12#
13RTEMS_CPU=powerpc
14RTEMS_CPU_MODEL=mpc83xx
15
16#  This contains the compiler options necessary to select the CPU model
17#  and (hopefully) optimize for it.
18#
19CPU_CFLAGS = -mcpu=603e -meabi -msdata -fno-common -mstrict-align
20
21# optimize flag: typically -O2
22CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions
23
24LDFLAGS += -qnolinkcmds -T $(RTEMS_LINKCMDS)
Note: See TracBrowser for help on using the repository browser.