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

RTEMS_CPU_MODEL=pentiumpro
# gcc 2.95.x and 3.0
#CPU_CFLAGS = -mpentiumpro
# gcc 3.1 and newer
CPU_CFLAGS=-mcpu=pentiumpro

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