source: rtems/make/custom/pc586.cfg @ 14d345d2

4.104.114.84.95
Last change on this file since 14d345d2 was b86e0899, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/18/07 at 07:05:26

Cosmetics.

  • Property mode set to 100644
File size: 284 bytes
Line 
1#
2#  Configuration file for a PC using a Pentium Class CPU
3#
4#  $Id$
5#
6
7RTEMS_CPU_MODEL=pentium
8# gcc 2.95.x and 3.0
9#CPU_CFLAGS = -mpentium
10# gcc 3.1 and newer
11# CPU_CFLAGS = -mcpu=pentium
12# gcc 4.0 and newer
13CPU_CFLAGS = -mtune=pentium
14
15include $(RTEMS_ROOT)/make/custom/pc386.cfg
16
Note: See TracBrowser for help on using the repository browser.