source: rtems/make/custom/leon3.cfg @ c7e67f3

4.104.115
Last change on this file since c7e67f3 was 2161e59, checked in by Joel Sherrill <joel.sherrill@…>, on 08/27/09 at 18:31:36

2009-08-27 Joel Sherrill <joel.sherrill@…>

  • custom/leon2.cfg, custom/leon3.cfg: Fix typo.
  • Property mode set to 100644
File size: 444 bytes
Line 
1#
2#  Config file for the LEON3 SPARC processor.
3#
4#  $Id$
5#
6
7include $(RTEMS_ROOT)/make/custom/default.cfg
8
9RTEMS_CPU=sparc
10RTEMS_CPU_MODEL=leon3
11
12# This is the actual bsp directory used during the build process.
13RTEMS_BSP_FAMILY=leon3
14
15#  This contains the compiler options necessary to select the CPU model
16#  and (hopefully) optimize for it.
17CPU_CFLAGS = -mcpu=cypress -msoft-float
18
19# optimize flag: typically -O2
20CFLAGS_OPTIMIZE_V = -O2 -g
Note: See TracBrowser for help on using the repository browser.