source: rtems/c/src/lib/libbsp/powerpc/gen83xx/make/custom/gen83xx.cfg @ c09fe761

4.104.115
Last change on this file since c09fe761 was c09fe761, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/16/09 at 01:57:55

2009-10-16 Ralf Corsépius <ralf.corsepius@…>

  • make/custom/gen83xx.cfg: Remove -W -Wno-unused.
  • Property mode set to 100644
File size: 752 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
27
28LDFLAGS += -qnolinkcmds -T $(RTEMS_LINKCMDS)
Note: See TracBrowser for help on using the repository browser.