source: rtems/make/custom/gen5200.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: 565 bytes
Line 
1#
2#  Shared base config file for GEN5200 BSPs
3#
4#  $Id$
5#
6
7include $(RTEMS_ROOT)/make/custom/default.cfg
8
9RTEMS_CPU=powerpc
10RTEMS_CPU_MODEL=mpc6xx
11
12# This is the actual bsp directory used during the build process.
13RTEMS_BSP_FAMILY=gen5200
14
15#  This contains the compiler options necessary to select the CPU model
16#  and (hopefully) optimize for it.
17#
18CPU_CFLAGS = -mcpu=603e -mstrict-align \
19             -meabi -msdata -fno-common
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.