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

RTEMS_CPU_MODEL=pentium
# gcc 2.95.x and 3.0
#CPU_CFLAGS = -mpentium
# gcc 3.1 and newer
# CPU_CFLAGS = -mcpu=pentium
# gcc 4.0 and newer
CPU_CFLAGS = -mtune=pentium

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