source: rtems/make/custom/gen83xx.cfg @ 62bfb143

4.104.115
Last change on this file since 62bfb143 was 669b78a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/30/08 at 16:58:47

Remove RTEMS_BOARD_MODEL.

  • Property mode set to 100644
File size: 824 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             -D$(RTEMS_83XX_DERIVATE)
25
26# optimize flag: typically -O2
27CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions -funit-at-a-time -W -Wno-unused
28
29LDFLAGS += -qnolinkcmds -T $(RTEMS_LINKCMDS)
Note: See TracBrowser for help on using the repository browser.