source: rtems/make/custom/pc586.cfg @ 45789f2

4.104.114.84.95
Last change on this file since 45789f2 was 7660fe6b, checked in by Joel Sherrill <joel.sherrill@…>, on 07/24/02 at 13:31:21

2002-07-24 Joel Sherrill <joel@…>

  • custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg: Updated to use gcc 3.1 arguments.
  • Property mode set to 100644
File size: 232 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
11CPU_CFLAGS=-mcpu=pentium
12
13include $(RTEMS_ROOT)/make/custom/pc386.cfg
14
Note: See TracBrowser for help on using the repository browser.