source: rtems/make/custom/gen83xx.cfg @ 4ea75f2

4.104.115
Last change on this file since 4ea75f2 was 4ea75f2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/14/09 at 14:52:13

2009-09-14 Ralf Corsépius <ralf.corsepius@…>

  • custom/gen83xx.cfg: Remove -funit-at-a-time.
  • Property mode set to 100644
File size: 767 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 is the actual bsp directory used during the build process.
17RTEMS_BSP_FAMILY=gen83xx
18
19#  This contains the compiler options necessary to select the CPU model
20#  and (hopefully) optimize for it.
21#
22CPU_CFLAGS = -mcpu=603e -mstrict-align -fno-strict-aliasing \
23             -meabi -msdata -fno-common
24
25# optimize flag: typically -O2
26CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions -W -Wno-unused
27
28LDFLAGS += -qnolinkcmds -T $(RTEMS_LINKCMDS)
Note: See TracBrowser for help on using the repository browser.