source: rtems/make/custom/pc686.cfg @ 32fe9962

Last change on this file since 32fe9962 was 32fe9962, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/18/07 at 08:41:06

Backport various changes from CVS-HEAD.

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