source: rtems/make/custom/pc686.cfg @ 9e4fa6ae

4.104.114.84.95
Last change on this file since 9e4fa6ae 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: 244 bytes
Line 
1#
2#  Configuration file for a PC using a PentiumPro Class CPU
3#
4#  $Id$
5#
6
7RTEMS_CPU_MODEL=pentiumpro
8# gcc 2.95.x and 3.0
9#CPU_CFLAGS = -mpentiumpro
10# gcc 3.1 and newer
11CPU_CFLAGS=-mcpu=pentiumpro
12
13include $(RTEMS_ROOT)/make/custom/pc386.cfg
14
Note: See TracBrowser for help on using the repository browser.