source: rtems/c/src/lib/libbsp/i386/pc386/make/custom/pc586.cfg @ 441b90e

4.115
Last change on this file since 441b90e was 583a4dc, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/15/09 at 04:15:26

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

  • make/custom/pc386.cfg: New (relocated from /make/custom).
  • make/custom/pc386dx.cfg: New (relocated from /make/custom).
  • make/custom/pc486.cfg: New (relocated from /make/custom).
  • make/custom/pc586.cfg: New (relocated from /make/custom).
  • make/custom/pc686.cfg: New (relocated from /make/custom).
  • Property mode set to 100644
File size: 279 bytes
Line 
1#
2#  Configuration file for a PC using a Pentium Class CPU
3#
4#  $Id$
5#
6
7RTEMS_CPU_MODEL=pentium
8
9#  This contains the compiler options necessary to select the CPU model
10#  and (hopefully) optimize for it.
11CPU_CFLAGS = -mtune=pentium
12
13include $(RTEMS_ROOT)/make/custom/pc386.cfg
14
Note: See TracBrowser for help on using the repository browser.