summaryrefslogtreecommitdiffstats
path: root/make/custom/pc586.cfg
blob: 0959a4c3c00e5542f763760b44cd417e87949e95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
#  Configuration file for a PC using a Pentium Class CPU
#
#  $Id$
#

RTEMS_CPU_MODEL=pentium

#  This contains the compiler options necessary to select the CPU model
#  and (hopefully) optimize for it.
CPU_CFLAGS = -mtune=pentium

include $(RTEMS_ROOT)/make/custom/pc386.cfg