source: rtems/make/custom/pck6.cfg @ c2565894

4.104.114.84.95
Last change on this file since c2565894 was c51004a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/18/07 at 08:28:54

Misc cleanups.

  • Property mode set to 100644
File size: 273 bytes
Line 
1#
2#  Configuration file for a PC using an AMD k6 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=k6
12
13include $(RTEMS_ROOT)/make/custom/pc386.cfg
Note: See TracBrowser for help on using the repository browser.