source: rtems/make/custom/gen83xx.cfg @ 77a1304d

4.104.115
Last change on this file since 77a1304d was 77a1304d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/02/08 at 04:01:00

Remove RTEMS_BOARD_MODEL, RTEMS_83XX_DERIVATE.

  • Property mode set to 100644
File size: 784 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 -funit-at-a-time -W -Wno-unused
27
28LDFLAGS += -qnolinkcmds -T $(RTEMS_LINKCMDS)
Note: See TracBrowser for help on using the repository browser.